Enable fzf oh-my-zsh plugin

This commit is contained in:
Kevin Cotugno 2020-04-16 12:17:32 -07:00
parent 8b71cb423f
commit cb2eb514ae

7
.zshrc
View File

@ -10,7 +10,12 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
export ZSH_THEME="random"
fi
export plugins=(git tmux)
export plugins=(
fzf
git
tmux
)
source "$oh_my_zsh/oh-my-zsh.sh"
fi