Update .zshrc

This commit is contained in:
Kasper Juul Hermansen 2023-07-27 12:32:38 +02:00
parent 7ace0293c5
commit acd1124aca
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

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