feat: Adds zoxide to shell

This commit is contained in:
2025-09-17 10:20:00 -04:00
parent 6f11d99043
commit 3230fb7007
2 changed files with 5 additions and 1 deletions

View File

@@ -252,4 +252,5 @@ function use-gpg-agent-for-ssh {
}
use-gpg-agent-for-ssh
eval "$(direnv hook zsh)"
command -v direnv >/dev/null 2>&1 && eval "$(direnv hook zsh)"
command -v zoxide >/dev/null 2>&1 && eval "$(zoxide init --cmd cd zsh)"