From 9abc6d51620a27fd6607698d3f19c50f2366fe2a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 9 Oct 2023 21:11:42 +0200 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 5df5005..0518460 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -6,6 +6,7 @@ SAVEHIST=1000000000 setopt hist_ignore_all_dups setopt hist_ignore_space + LW_PATH=~/git/github.com/lunarway GOPATH=~/go GOBIN="$GOPATH/bin" @@ -45,6 +46,7 @@ alias lg="lazygit" #alias hx="helix" export EDITOR=hx {{ else }} +HELIX_RUNTIME=/Users/kah/git/github.com/kjuulh/helix/runtime export EDITOR=hx {{ end -}} export LW_DEFAULT_THEME='false'