Update EDITOR and VISUAL to correct commands

This commit is contained in:
Daniel Lynn 2025-04-16 19:15:11 -05:00
parent 527d79e8b1
commit 221a6563d4
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -1,13 +1,18 @@
# export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
# export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
if (( $+commands[hx] )); then
export EDITOR="hx"
export VISUAL="hx"
elif (( $+commands[helix] )); then
export EDITOR="helix"
export VISUAL="helix"
fi
export FINDER="sk"
export GPG_TTY=$(tty)
# 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="hx"
fpath+=(~/.zsh/completions)