dotfiles/fish/.config/fish/functions/tht.fish

9 lines
181 B
Fish
Raw Normal View History

2019-07-24 16:03:29 +00:00
# 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