# HG changeset patch # User Dirk Olmes # Date 1664636952 -7200 # Node ID bf38575e8b28dc2ff906566c7c25dcefd5b6c8b1 # Parent 3e3c8aa16bef5365a785c05f299cfa35bec93c07 more aliases diff -r 3e3c8aa16bef -r bf38575e8b28 zshrc-cassiopeia --- 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