fzf stuff

This commit is contained in:
Daniel Lundin 2017-05-18 16:27:52 +02:00
parent abb43bcb6e
commit ea88fb204d
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,9 @@ export VISUAL=nvim
# ssh
export SSH_AUTH_SOCK=$HOME/.ssh/ssh_auth_sock
## fzf
export FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -l -g ""'
## Parquet
export PATH=$mylib/parquet-tools:$PATH