Update .zshrc

This commit is contained in:
Kasper Juul Hermansen 2023-10-09 21:11:42 +02:00
parent 3b948d1029
commit 9abc6d5162
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -6,6 +6,7 @@ SAVEHIST=1000000000
setopt hist_ignore_all_dups setopt hist_ignore_all_dups
setopt hist_ignore_space setopt hist_ignore_space
LW_PATH=~/git/github.com/lunarway LW_PATH=~/git/github.com/lunarway
GOPATH=~/go GOPATH=~/go
GOBIN="$GOPATH/bin" GOBIN="$GOPATH/bin"
@ -45,6 +46,7 @@ alias lg="lazygit"
#alias hx="helix" #alias hx="helix"
export EDITOR=hx export EDITOR=hx
{{ else }} {{ else }}
HELIX_RUNTIME=/Users/kah/git/github.com/kjuulh/helix/runtime
export EDITOR=hx export EDITOR=hx
{{ end -}} {{ end -}}
export LW_DEFAULT_THEME='false' export LW_DEFAULT_THEME='false'