Update .zshrc

This commit is contained in:
Kasper Juul Hermansen 2023-08-23 21:28:27 +02:00
parent 800fe1cd02
commit 55029adf4e
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -36,8 +36,8 @@ alias kitty="kitty --config ~/.config/kitty/kitty.conf"
alias lg="lazygit" alias lg="lazygit"
{{ if not .homebrew -}} {{ if not .homebrew -}}
alias hx="helix" #alias hx="helix"
export EDITOR=helix export EDITOR=hx
{{ else }} {{ else }}
export EDITOR=hx export EDITOR=hx
{{ end -}} {{ end -}}