Explorar el Código

[fish] Add vol fish function

Colin Powell hace 4 años
padre
commit
591ca362d0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      fish/.config/fish/functions/vol.fish

+ 3 - 0
fish/.config/fish/functions/vol.fish

@@ -0,0 +1,3 @@
+function vol
+pulseaudio-ctl set $argv
+end