changeset 185:bf38575e8b28

more aliases
author Dirk Olmes <dirk.olmes@codedo.de>
date Sat, 01 Oct 2022 17:09:12 +0200
parents 3e3c8aa16bef
children 0e22ae080bf1
files zshrc-cassiopeia
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-cassiopeia	Fri Oct 22 11:28:24 2021 +0200
+++ b/zshrc-cassiopeia	Sat Oct 01 17:09:12 2022 +0200
@@ -28,8 +28,10 @@
 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install"
 alias jmx="docker run -it --rm --network host exentra/jmxterm:latest"
 alias mtail=multitail
+alias pbcopy="xclip -in && xclip -out | xclip -in -selection clipboard"
+alias pbpaste="xclip -out -selection clipboard"
 alias top=htop
-alias ytdl="youtube-dl -x --audio-format mp3"
+alias ytdl="yt-dlp -x --audio-format mp3"
 
 #
 # functions to be used directly from the command line