fzf settings
This commit is contained in:
parent
23baabbec2
commit
9e79ad90bf
1 changed files with 2 additions and 1 deletions
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
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue