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
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -2,6 +2,8 @@ bindkey -e
export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.oh-my-zsh"
plugins=(fzf)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
alias magit="emacs -nw --eval '(progn (magit-status) (delete-other-windows))'" alias magit="emacs -nw --eval '(progn (magit-status) (delete-other-windows))'"