fzf settings
This commit is contained in:
parent
23baabbec2
commit
9e79ad90bf
3
profile
3
profile
|
@ -11,7 +11,8 @@ export PATH=~/.bin:~/.bin/bin:~/.local/bin:$PATH
|
||||||
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox
|
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox
|
||||||
|
|
||||||
# fzf + ag config
|
# 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
|
#disable suspend and resume
|
||||||
stty -ixon
|
stty -ixon
|
||||||
|
|
Loading…
Reference in New Issue