1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-28 09:33:30 +00:00

Fish: remove gpuf, gupall, mic, private functions

This commit is contained in:
Phantop 2019-04-20 19:35:22 -04:00
parent 60cb5f8283
commit fd28c065ce
4 changed files with 0 additions and 22 deletions

View file

@ -1,3 +0,0 @@
function gpuf
git push -f $argv
end

View file

@ -1,7 +0,0 @@
function gupall
for i in *
cd $i
git pull
cd ..
end
end

View file

@ -1,8 +0,0 @@
# Defined in /tmp/fish.4ysHXN/mic.fish @ line 2
function mic
if pactl list short modules | grep loopback
pactl unload-module module-loopback
else
pactl load-module module-loopback
end
end

View file

@ -1,4 +0,0 @@
# Defined in /tmp/fish.TQ0N1c/private.fish @ line 1
function private
surf -c /dev/null $argv
end