From 55029adf4e5cd9798cfc0ba2756cb13412d90770 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 23 Aug 2023 21:28:27 +0200 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -}}