From acd1124acaa08ccee73cd71d618af365255b155d Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 27 Jul 2023 12:32:38 +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 9475f27..b6f8e6f 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -36,12 +36,12 @@ alias lg="lazygit" {{ if not .homebrew -}} alias hx="helix" +export EDITOR=helix {{ else }} -alias helix="hx" +export EDITOR=hx {{ end -}} export LW_DEFAULT_THEME='false' -export EDITOR=helix export HAMCTL_AUTH_TOKEN={{ .hamctl_token | quote }} fpath=("$HOME/.zsh_completions/" $fpath)