Update .zshrc

This commit is contained in:
Kasper Juul Hermansen 2023-07-25 19:16:31 +02:00
parent 572d11742c
commit 7c99220da3
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -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)