From 7298ed104f9a5d6ca14771814adc6f04e8c0fb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 10 Apr 2024 14:41:54 +0200 Subject: [PATCH] zsh: Fix EDITOR --- zsh/zprofile.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index 70ec4be..d91d933 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -11,8 +11,8 @@ for part in ${_path[@]} ; do done export PATH -export EDITOR="hx" -export VISUAL="hx" +export EDITOR="helix" +export VISUAL="helix" export BROWSER="firefox" export PAGER="less"