summary refs log tree commit diff stats
path: root/user/settings/fish/functions/tere.fish
diff options
context:
space:
mode:
authorAlan Pearce2023-11-17 21:45:15 +0100
committerAlan Pearce2023-11-17 21:45:15 +0100
commitc43fdf64b5fc45e36c1d6f6b1ac64a744bb1b16f (patch)
tree3579e2cb5103804936d2b0cbefc5ca861c998e59 /user/settings/fish/functions/tere.fish
parent6205f83301ce1646c4d366be2450cbc47de25ee3 (diff)
downloadnixfiles-c43fdf64b5fc45e36c1d6f6b1ac64a744bb1b16f.tar.lz
nixfiles-c43fdf64b5fc45e36c1d6f6b1ac64a744bb1b16f.tar.zst
nixfiles-c43fdf64b5fc45e36c1d6f6b1ac64a744bb1b16f.zip
shell: replace tere with walk
Diffstat (limited to 'user/settings/fish/functions/tere.fish')
-rw-r--r--user/settings/fish/functions/tere.fish6
1 files changed, 0 insertions, 6 deletions
diff --git a/user/settings/fish/functions/tere.fish b/user/settings/fish/functions/tere.fish
deleted file mode 100644
index ba5816f9..00000000
--- a/user/settings/fish/functions/tere.fish
+++ /dev/null
@@ -1,6 +0,0 @@
-function tere
-    set -f result $(command tere $argv)
-    if test -n $result
-        cd $result
-    end
-end