added fzf to zsh config

This commit is contained in:
2025-05-24 13:19:50 +05:00
parent 6cd9ee30a5
commit 8290a32825

3
.zshrc
View File

@ -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