summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2024-10-11 17:17:55 +0200
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2024-10-11 17:17:55 +0200
commit11a2f5527953cd8f575119526f7d525bd6ea8933 (patch)
treebfef073e5fd4484e23de01201f794912635c3b12
parentnvim: tsserver -> ts_ls (diff)
sh: remove cd=z alias
-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