Update .zshrc

This commit is contained in:
2023-07-25 19:16:31 +02:00
parent 572d11742c
commit 7c99220da3

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)