.profile: Usar modo claro en FZF
This commit is contained in:
parent
238a429c8f
commit
2c8971bcd1
1 changed files with 1 additions and 0 deletions
1
.profile
1
.profile
|
@ -9,6 +9,7 @@ export PATH="$HOME/go/bin:$PATH"
|
|||
|
||||
export EDITOR=kak
|
||||
|
||||
export FZF_DEFAULT_OPTS='--color=light'
|
||||
export FZF_DEFAULT_COMMAND='rg -L --hidden --files'
|
||||
export FZF_CTRL_T_COMMAND='rg -L --hidden --files'
|
||||
|
||||
|
|
Loading…
Reference in a new issue