diff options
Diffstat (limited to 'home/.config/zsh/.zshrc')
| -rw-r--r-- | home/.config/zsh/.zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/.config/zsh/.zshrc b/home/.config/zsh/.zshrc index a692de0..412b628 100644 --- a/home/.config/zsh/.zshrc +++ b/home/.config/zsh/.zshrc @@ -252,6 +252,11 @@ compdef l=lsd la=lsd lt=lsd # Refresh gpg-agent's TTY so pinentry prompts appear in the right terminal gpg-connect-agent updatestartuptty /bye &>/dev/null +# ── Zoxide (smart directory jumping) ────────────────────────────────────────── +# z foo → jump to frecency-ranked dir matching "foo" +# zi → interactive picker with fzf +eval "$(zoxide init zsh)" + # ── FZF ─────────────────────────────────────────────────────────────────────── source <(fzf --zsh) |
