Update EDITOR and VISUAL to correct commands
This commit is contained in:
parent
527d79e8b1
commit
221a6563d4
11
zshenv.zsh
11
zshenv.zsh
@ -1,13 +1,18 @@
|
||||
# export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
||||
# export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
|
||||
export EDITOR="hx"
|
||||
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user