1
0
Fork 0

zsh: Set default editor to helix

This commit is contained in:
Jeremy Kaplan 2026-05-12 12:40:44 -04:00
commit 0af6521257

View file

@ -1,6 +1,6 @@
#!/usr/bin/env zsh
export EDITOR='nvim'
export EDITOR='hx'
export VISUAL=$EDITOR
if [[ -a /usr/bin/virtualenvwrapper.sh ]]; then