comparison zshrc-cassiopeia @ 185:bf38575e8b28

more aliases
author Dirk Olmes <dirk.olmes@codedo.de>
date Sat, 01 Oct 2022 17:09:12 +0200
parents 2ab4c6b83044
children
comparison
equal deleted inserted replaced
184:3e3c8aa16bef 185:bf38575e8b28
26 alias env="env | sort | $PAGER" 26 alias env="env | sort | $PAGER"
27 alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist" 27 alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist"
28 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install" 28 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install"
29 alias jmx="docker run -it --rm --network host exentra/jmxterm:latest" 29 alias jmx="docker run -it --rm --network host exentra/jmxterm:latest"
30 alias mtail=multitail 30 alias mtail=multitail
31 alias pbcopy="xclip -in && xclip -out | xclip -in -selection clipboard"
32 alias pbpaste="xclip -out -selection clipboard"
31 alias top=htop 33 alias top=htop
32 alias ytdl="youtube-dl -x --audio-format mp3" 34 alias ytdl="yt-dlp -x --audio-format mp3"
33 35
34 # 36 #
35 # functions to be used directly from the command line 37 # functions to be used directly from the command line
36 # 38 #
37 ed() { subl3 "$@" > /dev/null 2>&1 & } 39 ed() { subl3 "$@" > /dev/null 2>&1 & }