zsh: fzf convenience
This commit is contained in:
parent
7474dd2dc1
commit
4711825c4e
2 changed files with 12 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue