Added oh-my-zsh fzf plugin
This commit is contained in:
parent
2e9812fdc9
commit
ee355d06cf
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.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))'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue