diff options
author | David Runge <dave@sleepmap.de> | 2023-05-04 00:19:02 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-05-04 00:19:02 +0200 |
commit | dc32daa2e293f619195848cea6b6d0b94af83440 (patch) | |
tree | 8f6bc6bd83d11c8ea1b9de0c17a3a54f4bdbcff7 /.config/zsh/includes | |
parent | 3b48ed6097e39b7cb3ceeb58d2699cd994273805 (diff) | |
download | dotfiles-dc32daa2e293f619195848cea6b6d0b94af83440.tar.gz dotfiles-dc32daa2e293f619195848cea6b6d0b94af83440.tar.bz2 dotfiles-dc32daa2e293f619195848cea6b6d0b94af83440.tar.xz dotfiles-dc32daa2e293f619195848cea6b6d0b94af83440.zip |
Change from nvim to helix as default editor.
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 |