forked from ben/dotfiles
update fish functions
parent
8408a06469
commit
fead404111
@ -0,0 +1,5 @@
|
||||
# Defined in /tmp/fish.sXa0jy/gall.fish @ line 2
|
||||
function gall
|
||||
find ~/workspace -type d -name .git -print0 \
|
||||
| xargs -0 -n1 -I% git --git-dir=% --work-tree=%/.. $argv
|
||||
end
|
@ -1,8 +0,0 @@
|
||||
# Defined in /tmp/fish.aHcCMP/tht.fish @ line 2
|
||||
function tht
|
||||
if test -f ~/.tht/bin/tht.php
|
||||
php ~/.tht/bin/tht.php $argv
|
||||
else
|
||||
echo tht not installed
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue