diff --git a/.zshrc b/.zshrc index 59f9504..990cb0d 100644 --- a/.zshrc +++ b/.zshrc @@ -2,6 +2,8 @@ bindkey -e export ZSH="$HOME/.oh-my-zsh" +plugins=(fzf) + source $ZSH/oh-my-zsh.sh alias magit="emacs -nw --eval '(progn (magit-status) (delete-other-windows))'"