Use standard helix command for envars
This commit is contained in:
parent
f9d9cfa453
commit
a5fb58fc53
@ -1,12 +1,13 @@
|
||||
# export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
||||
# export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
|
||||
export EDITOR="helix"
|
||||
export EDITOR="hx"
|
||||
export FINDER="sk"
|
||||
export GPG_TTY=$(tty)
|
||||
export HELIX_RUNTIME="$HOME/src/helix/runtime"
|
||||
# export HELIX_RUNTIME="$HOME/src/helix/runtime"
|
||||
export HELIX_RUNTIME="/usr/lib/helix/runtime"
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
export SKIM_DEFAULT_COMMAND="git ls-tree -r --name-only HEAD || rg --files"
|
||||
export VISUAL="helix"
|
||||
export VISUAL="hx"
|
||||
|
||||
fpath+=(~/.zsh/completions)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user