diff --git a/.zshrc b/.zshrc index bd749d7..3a15581 100644 --- a/.zshrc +++ b/.zshrc @@ -64,6 +64,9 @@ zinit load zsh-users/zsh-syntax-highlighting zinit load zsh-users/zsh-autosuggestions # zinit light marlonrichert/zsh-autocomplete +# use fzf menu for history search, etc +source <(fzf --zsh) + # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh