Move update-default-soundcard call to a separate file
This commit is contained in:
@@ -3,9 +3,3 @@ fish_add_path --append /usr/sbin
|
||||
# My own stuff
|
||||
fish_add_path --prepend $HOME/bin
|
||||
fish_add_path --prepend $HOME/.local/bin
|
||||
|
||||
set uds (command -v update-default-soundcard)
|
||||
|
||||
if test -n "$uds" -a -x "$uds"
|
||||
$uds
|
||||
end
|
||||
|
Reference in New Issue
Block a user