setup fzf for latest version on Mint

This commit is contained in:
andrzej 2024-10-14 21:40:33 +02:00
parent 9e801ee1bc
commit ecf3adaf37
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ eval "$(luarocks path --bin)"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
#fzf
source <(fzf --zsh)
# source <(fzf --zsh)
#starship
eval "$(starship init zsh)"
@ -41,3 +41,5 @@ HISTSIZE=10000
SAVEHIST=10000
# Share history in every terminal session
setopt SHARE_HISTORY
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh