Make cd jump to frequently used directories with zoxide

This commit is contained in:
2026-09-21 02:10:18 +00:00
parent 49d2f0e41e
commit 06446f36f8
2 changed files with 26 additions and 4 deletions
+2
View File
@@ -6,3 +6,5 @@ esac
[ -r "$HOME/.local/share/blob/session/env-bootstrap" ] && . "$HOME/.local/share/blob/session/env-bootstrap"
command -v starship >/dev/null 2>&1 && eval "$(starship init bash)"
command -v zoxide >/dev/null 2>&1 && eval "$(zoxide init bash --cmd cd)"