diff --git a/tmux.conf b/tmux.conf index 4e3e882..b74f745 100644 --- a/tmux.conf +++ b/tmux.conf @@ -54,4 +54,5 @@ set-option -sg escape-time 10 set -g @plugin 'samoshkin/tmux-plugin-sysstat' set -g @plugin 'tmux-plugins/tmux-net-speed' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +set -g @plugin 'tmux-plugins/tmux-resurrect' run '~/.tmux/plugins/tpm/tpm' diff --git a/zshenv b/zshenv index d8b17fe..6344ba6 100644 --- a/zshenv +++ b/zshenv @@ -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"