diff options
Diffstat (limited to '.config/zsh/includes')
-rw-r--r-- | .config/zsh/includes/export.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/zsh/includes/export.zsh b/.config/zsh/includes/export.zsh index 086b582..11f03e6 100644 --- a/.config/zsh/includes/export.zsh +++ b/.config/zsh/includes/export.zsh @@ -36,11 +36,11 @@ export XKB_DEFAULT_LAYOUT=de export BROWSER=firefox # systemd -export SYSTEMD_EDITOR=nvim +export SYSTEMD_EDITOR=helix # editor -export EDITOR=nvim -export VISUAL=nvim +export EDITOR=helix +export VISUAL=helix # if vimpager is installed, use it instead of less if [[ -x /usr/bin/vimpager ]];then |