summaryrefslogtreecommitdiff
path: root/dot_local/share/sh/zoxide.bash
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2024-04-21 10:50:37 +0200
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2024-04-21 10:50:37 +0200
commitf3114bcaede1bc80ed3f3194b3de9e3e7af0e5fa (patch)
treeab8344093f73e752ef8117dbe41185fc55b7187f /dot_local/share/sh/zoxide.bash
parentnvim/conjure: use stdio for janet (diff)
sh/zoxide: also alias cd
To my knowledge there's no advantage to the builtin over `z`. Maybe syntax highlighting? Anyway I forget to type `z` pretty often, so just alias cd.
Diffstat (limited to 'dot_local/share/sh/zoxide.bash')
-rw-r--r--dot_local/share/sh/zoxide.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_local/share/sh/zoxide.bash b/dot_local/share/sh/zoxide.bash
index 6a02524..b3ab493 100644
--- a/dot_local/share/sh/zoxide.bash
+++ b/dot_local/share/sh/zoxide.bash
@@ -1,2 +1,3 @@
. hascmd zoxide || return
eval "$(zoxide init bash)"
+alias cd=z