From 7c99220da3b17346a336f0f1d8714baa1e1954e7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 25 Jul 2023 19:16:31 +0200 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 8580d3e..8db0aab 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -42,7 +42,7 @@ alias lg="lazygit" alias hx="helix" export LW_DEFAULT_THEME='false' -export EDITOR=hx +export EDITOR=helix export HAMCTL_AUTH_TOKEN={{ .hamctl_token | quote }} fpath=("$HOME/.zsh_completions/" $fpath)