fish: port functions and more aliases
1 file changed, 6 insertions(+), 0 deletions(-)
changed files
A user/settings/fish/functions/tere.fish
@@ -0,0 +1,6 @@ +function tere + set -f result $(command tere $argv) + if test -n $result + cd $result + end +end