From 52feef486f4642e9e407e57a450e39216f341af1 Mon Sep 17 00:00:00 2001 From: sheldonmlee Date: Thu, 18 Feb 2021 22:17:52 +0800 Subject: [PATCH] Modified spw alias. --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 7b39cc2..950d7b7 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -7,7 +7,7 @@ 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/" +alias spw="firefox --new-window https://open.spotify.com/ & exit" # run pulsemixer alias mixer="pulsemixer" # turn screen off