alias for baton (spotify cli)
This commit is contained in:
parent
5cb99cb75c
commit
f894a9c754
@ -80,6 +80,7 @@ alias du='ncdu --color dark -rr -x --exclude .git --exclude node_modules'
|
|||||||
alias weather='weather "?lang=fr&"'
|
alias weather='weather "?lang=fr&"'
|
||||||
alias headers='curl -I --compress' # Find out if remote server supports gzip / mod_deflate or not #
|
alias headers='curl -I --compress' # Find out if remote server supports gzip / mod_deflate or not #
|
||||||
alias hist='history'
|
alias hist='history'
|
||||||
|
alias music='baton'
|
||||||
alias path='echo -e ${PATH//:/\\n}' # Explode and display current PATH
|
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 ping='prettyping -c 5 --nolegend' # Stop after sending count ECHO_REQUEST packets
|
||||||
alias p='ps -ef | grep -i ' # Show matching processes. Usage : p <process name>
|
alias p='ps -ef | grep -i ' # Show matching processes. Usage : p <process name>
|
||||||
|
Loading…
Reference in New Issue
Block a user