Added alias for spotify web firefox.

This commit is contained in:
Sheldon Lee 2020-12-16 21:31:00 +08:00
parent 919670b5b7
commit 48fabfc702

View File

@ -6,3 +6,5 @@ alias sizes='du -hs .[^.]* * | sort -h'
alias tmux="tmux -2"
# bash tree alias
alias gittree="git log --all --decorate --oneline --graph"
# open spotify web client on firefox
alias spw="firefox --new-window https://open.spotify.com/"