Add VISUAL envar, resurrect TMUX plugin
This commit is contained in:
parent
52c052cb34
commit
b5a86e4b0c
@ -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
1
zshenv
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user