added fzf to zsh config
This commit is contained in:
3
.zshrc
3
.zshrc
@ -64,6 +64,9 @@ zinit load zsh-users/zsh-syntax-highlighting
|
|||||||
zinit load zsh-users/zsh-autosuggestions
|
zinit load zsh-users/zsh-autosuggestions
|
||||||
# zinit light marlonrichert/zsh-autocomplete
|
# 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.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user