Update .zshrc

This commit is contained in:
2023-07-27 12:32:38 +02:00
parent 7ace0293c5
commit acd1124aca

View File

@@ -36,12 +36,12 @@ alias lg="lazygit"
{{ if not .homebrew -}}
alias hx="helix"
export EDITOR=helix
{{ else }}
alias helix="hx"
export EDITOR=hx
{{ end -}}
export LW_DEFAULT_THEME='false'
export EDITOR=helix
export HAMCTL_AUTH_TOKEN={{ .hamctl_token | quote }}
fpath=("$HOME/.zsh_completions/" $fpath)