setup fzf for latest version on Mint
This commit is contained in:
parent
9e801ee1bc
commit
ecf3adaf37
|
@ -29,7 +29,7 @@ eval "$(luarocks path --bin)"
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||||
|
|
||||||
#fzf
|
#fzf
|
||||||
source <(fzf --zsh)
|
# source <(fzf --zsh)
|
||||||
|
|
||||||
#starship
|
#starship
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
@ -41,3 +41,5 @@ HISTSIZE=10000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
# Share history in every terminal session
|
# Share history in every terminal session
|
||||||
setopt SHARE_HISTORY
|
setopt SHARE_HISTORY
|
||||||
|
|
||||||
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
Loading…
Reference in New Issue