about summary refs log tree commit diff
path: root/fish/.config/fish/functions/tht.fish
blob: 177a066f6ee637a8cfab66246765414b395e421d (plain) (blame)
1
2
3
4
5
6
7
8
# 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