From 0af65212572b9754196c077e45308ac2f0ea3649 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 12 May 2026 12:40:44 -0400 Subject: [PATCH] zsh: Set default editor to helix --- zsh/.zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshenv b/zsh/.zshenv index 29ea8c1..83cf06d 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -1,6 +1,6 @@ #!/usr/bin/env zsh -export EDITOR='nvim' +export EDITOR='hx' export VISUAL=$EDITOR if [[ -a /usr/bin/virtualenvwrapper.sh ]]; then