fzf settings

This commit is contained in:
ray 2019-06-15 15:44:44 +01:00
parent 23baabbec2
commit 9e79ad90bf
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ export PATH=~/.bin:~/.bin/bin:~/.local/bin:$PATH
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox
# fzf + ag config
export FZF_DEFAULT_COMMAND='ag --nocolor -g ""'
# export FZF_DEFAULT_COMMAND='ag --nocolor -g ""'
export FZF_DEFAULT_COMMAND='rg --line-number --color never --no-heading ""'
#disable suspend and resume
stty -ixon