dotfiles_chezmoi/dot_zshrc
2026-07-13 15:12:44 -04:00

8 lines
226 B
Text

# fzf: fuzzy completion + key bindings (Ctrl-T, Ctrl-R, Alt-C)
if command -v fzf >/dev/null 2>&1; then
eval "$(fzf --zsh)"
fi
eval "$(/home/mr0xb/.local/bin/mise activate zsh)"
# starship prompt
eval "$(starship init zsh)"