aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-03-10 12:07:58 -0500
committertdro <tdro@users.noreply.github.com>2022-03-10 12:07:58 -0500
commit71d7d77cf368a0a0733e155a8b3eed813654624b (patch)
treedce7e8514524a2e69f747a80c8df4089e3f2ba8f /.bashrc
parent15c4423579e5f74e11f2e052048e203b3d303061 (diff)
downloaddotfiles-71d7d77cf368a0a0733e155a8b3eed813654624b.tar.gz
dotfiles-71d7d77cf368a0a0733e155a8b3eed813654624b.tar.bz2
dotfiles-71d7d77cf368a0a0733e155a8b3eed813654624b.zip
.bashrc: Long flags on alsamixer alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index fffce01..a50f88d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -79,7 +79,7 @@ alias chmod='chmod --preserve-root'
alias chgrp='chgrp --preserve-root'
# general aliases
-alias alsamixer='alsamixer -V all'
+alias alsamixer='alsamixer --view all'
alias archey3="archey3 --config=~/.config/archey3.cfg"
alias audacity='PULSE_LATENCY_MSEC=30 audacity'
alias colortest='msgcat --color=test'