From 62521e2ba86734878479c90624426fe7c3e41f2f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 8 Jan 2025 23:19:20 +0100 Subject: [PATCH] feat: with helix alias on linux Signed-off-by: kjuulh --- dot_zshrc.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 45db645..e6c46fd 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -54,8 +54,8 @@ export BITEME_ROOT="$HOME/Documents/obsidian" {{ end }} {{ if not .homebrew -}} -#alias hx="helix" -export EDITOR=hx +alias hx="helix" +export EDITOR=helix {{ else }} HELIX_RUNTIME=/Users/kah/git/github.com/kjuulh/helix/runtime export EDITOR=hx