Move update-default-soundcard call to a separate file
This commit is contained in:
parent
0b7708a44e
commit
a9e8bccc11
5
conf.d/update-default-soundcard.fish
Normal file
5
conf.d/update-default-soundcard.fish
Normal file
@ -0,0 +1,5 @@
|
||||
set uds (command -v update-default-soundcard)
|
||||
|
||||
if test -n "$uds" -a -x "$uds"
|
||||
$uds
|
||||
end
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user