Skip to content

Commit

Permalink
Fish: Add support to hide fzf .gitignore from results
Browse files Browse the repository at this point in the history
  • Loading branch information
esnilara committed Oct 28, 2017
1 parent fdd10cd commit 8e5b91a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions osx/fish/.fish_variables
Expand Up @@ -12,3 +12,10 @@ set --export EDITOR 'vim -f'

# make vim usable with git
set --export GIT_EDITOR 'vim -f'

# set ag as default for fzf
set -g -x FZF_DEFAULT_COMMAND 'ag -g ""'

# nvm path
#set -x NVM_DIR ~/.nvm
nvm use default --silent

0 comments on commit 8e5b91a

Please sign in to comment.