Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 145:ebcb738274d1
alias for youtube downloading
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 17 Sep 2018 09:20:52 +0200 |
parents | 6d1316bff6c0 |
children | b0424aa12461 |
comparison
equal
deleted
inserted
replaced
144:383ea800bf98 | 145:ebcb738274d1 |
---|---|
26 alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist" | 26 alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist" |
27 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install" | 27 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install" |
28 alias mtail=multitail | 28 alias mtail=multitail |
29 alias ne=neditc | 29 alias ne=neditc |
30 alias top=htop | 30 alias top=htop |
31 alias ytdl="youtube-dl -x --audio-format mp3" | |
31 | 32 |
32 # | 33 # |
33 # functions to be used directly from the command line | 34 # functions to be used directly from the command line |
34 # | 35 # |
35 ed() { subl3 "$@" > /dev/null 2>&1 & } | 36 ed() { subl3 "$@" > /dev/null 2>&1 & } |