diff --git a/zsh/.zshrc b/zsh/.zshrc index b7002b7..5a63509 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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