summary refs log tree commit diff stats
path: root/user/settings/fish/functions/tere.fish
blob: ba5816f911db68c4e0528c4b636236c703ed4aba (plain)
1
2
3
4
5
6
function tere
    set -f result $(command tere $argv)
    if test -n $result
        cd $result
    end
end