diff --git a/.profile b/.profile index 0303b6a..f5cd4c4 100755 --- a/.profile +++ b/.profile @@ -7,7 +7,7 @@ ulimit -c unlimited export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/go/bin:$PATH" -export EDITOR=kak +export EDITOR=nvim export FZF_DEFAULT_COMMAND='rg -L --hidden --files' export FZF_CTRL_T_COMMAND='rg -L --hidden --files'