diff options
-rw-r--r-- | zsh/zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zprofile b/zsh/zprofile index 98e35e8..f5fd502 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -29,7 +29,7 @@ export XAUTHORITY="$XDG_RUNTIME_DIR"/xauthority export ABSROOT="$HOME"/build/abs export VISUAL=nvim -export NVIM_TUI_ENABLE_TRUE_COLOR=1 +export EDITOR=nvim export BROWSER=chromium export TERMINAL=termite |