mirror of
https://github.com/mr0xb/dotfiles_chezmoi.git
synced 2026-08-27 19:34:57 -04:00
8 lines
226 B
Text
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)"
|