summary refs log tree commit diff stats
path: root/user/settings/fish/functions
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/fish/functions')
-rw-r--r--user/settings/fish/functions/lk.fish3
-rw-r--r--user/settings/fish/functions/tere.fish6
2 files changed, 3 insertions, 6 deletions
diff --git a/user/settings/fish/functions/lk.fish b/user/settings/fish/functions/lk.fish
new file mode 100644
index 00000000..4a73d92a
--- /dev/null
+++ b/user/settings/fish/functions/lk.fish
@@ -0,0 +1,3 @@
+function lk
+    set loc (walk $argv); and cd $loc
+end
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