summaryrefslogtreecommitdiff
path: root/home-config/fish/functions/__zoxide_cd.fish
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-04-12 23:16:49 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-04-12 23:16:49 -0400
commit5e9fa3482050acbdf189c40c5d6429dee6420b17 (patch)
treedbb2080d7d70cac4286560fbe91e14ee30572be9 /home-config/fish/functions/__zoxide_cd.fish
parenta8b7e972ead8df887f06537ccc017fe556f43fd3 (diff)
removed zoxide plugin
Diffstat (limited to 'home-config/fish/functions/__zoxide_cd.fish')
-rw-r--r--home-config/fish/functions/__zoxide_cd.fish6
1 files changed, 0 insertions, 6 deletions
diff --git a/home-config/fish/functions/__zoxide_cd.fish b/home-config/fish/functions/__zoxide_cd.fish
deleted file mode 100644
index d5a8b2b..0000000
--- a/home-config/fish/functions/__zoxide_cd.fish
+++ /dev/null
@@ -1,6 +0,0 @@
1function __zoxide_cd
2 __zoxide_cd_internal $argv
3 if test "$_ZO_ECHO" = 1
4 __zoxide_pwd
5 end
6end