feat: with helix alias on linux
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
dcd1e445f1
commit
62521e2ba8
@ -54,8 +54,8 @@ export BITEME_ROOT="$HOME/Documents/obsidian"
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if not .homebrew -}}
|
{{ if not .homebrew -}}
|
||||||
#alias hx="helix"
|
alias hx="helix"
|
||||||
export EDITOR=hx
|
export EDITOR=helix
|
||||||
{{ else }}
|
{{ else }}
|
||||||
HELIX_RUNTIME=/Users/kah/git/github.com/kjuulh/helix/runtime
|
HELIX_RUNTIME=/Users/kah/git/github.com/kjuulh/helix/runtime
|
||||||
export EDITOR=hx
|
export EDITOR=hx
|
||||||
|
Loading…
Reference in New Issue
Block a user