diff options
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index 653b8ad..4229906 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -19,9 +19,8 @@ export ABSROOT="$HOME"/build/abs export HTTPIE_CONFIG_DIR="$XDG_CONFIG_HOME"/httpie export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/password-store -export EDITOR=vim -export VISUAL=vim -export VIMINIT='source $XDG_CONFIG_HOME/vim/vimrc' +export VISUAL=nvim +export NVIM_TUI_ENABLE_TRUE_COLOR=1 export BROWSER=chromium export TERMINAL=termite |