From cb2eb514ae8141d8f6ff710bfdfa448250f5c67b Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Thu, 16 Apr 2020 12:17:32 -0700 Subject: [PATCH] Enable fzf oh-my-zsh plugin --- .zshrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b4a9886..f6ea32d 100644 --- a/.zshrc +++ b/.zshrc @@ -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