From f894a9c754e958b3a5238c6a138aae69d2d6b500 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sat, 9 Nov 2019 15:35:21 +0100 Subject: [PATCH] alias for baton (spotify cli) --- dot_zsh_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 818d633..633600f 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -80,6 +80,7 @@ alias du='ncdu --color dark -rr -x --exclude .git --exclude node_modules' alias weather='weather "?lang=fr&"' alias headers='curl -I --compress' # Find out if remote server supports gzip / mod_deflate or not # alias hist='history' +alias music='baton' alias path='echo -e ${PATH//:/\\n}' # Explode and display current PATH alias ping='prettyping -c 5 --nolegend' # Stop after sending count ECHO_REQUEST packets alias p='ps -ef | grep -i ' # Show matching processes. Usage : p