all repos — nixfiles @ a1e7e0bc3e2cf040d24580ecfe3f73899b358aa1

System and user configuration, managed by nix and home-manager

fish: port functions and more aliases

Alan Pearce
commit

a1e7e0bc3e2cf040d24580ecfe3f73899b358aa1

parent

a0c89188898a79599f83a83297946631fb78bf9b

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