aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh/includes/export.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/includes/export.zsh')
-rw-r--r--.config/zsh/includes/export.zsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/zsh/includes/export.zsh b/.config/zsh/includes/export.zsh
index 59eb186..da7fe67 100644
--- a/.config/zsh/includes/export.zsh
+++ b/.config/zsh/includes/export.zsh
@@ -37,11 +37,11 @@ export BROWSER=firefox
export REPORTTIME=5
# systemd
-export SYSTEMD_EDITOR=vim
+export SYSTEMD_EDITOR=nvim
# editor
-export EDITOR=vim
-export VISUAL=vim
+export EDITOR=nvim
+export VISUAL=nvim
# if vimpager is installed, use it instead of less
if [[ -x /usr/bin/vimpager ]];then