From ee355d06cf912f97356e9b86c02261eb957fe72c Mon Sep 17 00:00:00 2001 From: Felipe M Date: Sun, 21 Feb 2021 11:18:02 +0100 Subject: [PATCH] Added oh-my-zsh fzf plugin --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) 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))'"