Update .zshrc
This commit is contained in:
parent
7ace0293c5
commit
acd1124aca
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user