Add VISUAL envar, resurrect TMUX plugin

This commit is contained in:
Daniel Lynn 2022-04-11 16:45:50 -05:00
parent 52c052cb34
commit b5a86e4b0c
Signed by: daniel
GPG Key ID: 28496A140E180A9D
2 changed files with 2 additions and 0 deletions

View File

@ -54,4 +54,5 @@ set-option -sg escape-time 10
set -g @plugin 'samoshkin/tmux-plugin-sysstat' set -g @plugin 'samoshkin/tmux-plugin-sysstat'
set -g @plugin 'tmux-plugins/tmux-net-speed' set -g @plugin 'tmux-plugins/tmux-net-speed'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'tmux-plugins/tmux-resurrect'
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'

1
zshenv
View File

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