Added oh-my-zsh fzf plugin

This commit is contained in:
Felipe M 2021-02-21 11:18:02 +01:00
parent 2e9812fdc9
commit ee355d06cf
Signed by: fmartingr
GPG key ID: 716BC147715E716F

2
.zshrc
View file

@ -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))'"