From 71d7d77cf368a0a0733e155a8b3eed813654624b Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 10 Mar 2022 12:07:58 -0500 Subject: .bashrc: Long flags on alsamixer alias --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') 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' -- cgit v1.2.3