From dc32daa2e293f619195848cea6b6d0b94af83440 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 4 May 2023 00:19:02 +0200 Subject: Change from nvim to helix as default editor. --- .config/zsh/includes/export.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/zsh') 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 -- cgit v1.2.3-54-g00ecf