Add VISUAL envar, resurrect TMUX plugin

This commit is contained in:
2022-04-11 16:45:50 -05:00
parent 52c052cb34
commit b5a86e4b0c
2 changed files with 2 additions and 0 deletions

1
zshenv
View File

@ -1,4 +1,5 @@
export EDITOR="hx"
export VISUAL="hx"
export GPG_TTY=$(tty)
export NVM_DIR="$HOME/.nvm"
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"