diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 58190ad..f493001 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -36,8 +36,8 @@ alias kitty="kitty --config ~/.config/kitty/kitty.conf" alias lg="lazygit" {{ if not .homebrew -}} -alias hx="helix" -export EDITOR=helix +#alias hx="helix" +export EDITOR=hx {{ else }} export EDITOR=hx {{ end -}}