summaryrefslogtreecommitdiff
path: root/dot_local/share/sh/zoxide
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_local/share/sh/zoxide1
-rw-r--r--dot_local/share/sh/zoxide.bash1
-rw-r--r--dot_local/share/sh/zoxide.fish3
3 files changed, 0 insertions, 5 deletions
diff --git a/dot_local/share/sh/zoxide b/dot_local/share/sh/zoxide
index a89202c..210db16 100644
--- a/dot_local/share/sh/zoxide
+++ b/dot_local/share/sh/zoxide
@@ -1,3 +1,2 @@
. hascmd zoxide || return
eval "$(zoxide init posix --hook prompt)"
-alias cd=z
diff --git a/dot_local/share/sh/zoxide.bash b/dot_local/share/sh/zoxide.bash
index b3ab493..6a02524 100644
--- a/dot_local/share/sh/zoxide.bash
+++ b/dot_local/share/sh/zoxide.bash
@@ -1,3 +1,2 @@
. hascmd zoxide || return
eval "$(zoxide init bash)"
-alias cd=z
diff --git a/dot_local/share/sh/zoxide.fish b/dot_local/share/sh/zoxide.fish
index 6c97910..b62450c 100644
--- a/dot_local/share/sh/zoxide.fish
+++ b/dot_local/share/sh/zoxide.fish
@@ -1,5 +1,2 @@
. hascmd zoxide || return
zoxide init fish | source
-function cd --wraps=z --description 'alias cd=z'
- z $argv
-end