From 6ad2add75e7d6fa25c8fdfeb3e72eada4ac91bdc Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Thu, 17 Dec 2020 03:37:06 +0800 Subject: [PATCH] Added alias for pulsemixer. --- .bash_aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index 56c8707..91fdda7 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -8,3 +8,5 @@ alias tmux="tmux -2" alias gittree="git log --all --decorate --oneline --graph" # open spotify web client on firefox alias spw="firefox --new-window https://open.spotify.com/" +# run pulsemixer +alias mixer="pulsemixer"