diff --git a/.profile b/.profile index 0303b6a..33724c0 100755 --- a/.profile +++ b/.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'