1
0
Fork 0

zsh: fzf convenience

This commit is contained in:
Jeremy Kaplan 2019-09-04 18:27:59 -07:00
commit 4711825c4e
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env zsh
export EDITOR='nvim'
export VISUAL=$EDITOR
@ -17,3 +19,5 @@ fi
export LOCAL_SESSION
export SHELL=$(which zsh)
export FZF_DEFAULT_COMMAND='fd'