From b5a86e4b0c7446ae378a3510e1db9d1b2da81d20 Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Mon, 11 Apr 2022 16:45:50 -0500 Subject: [PATCH] Add VISUAL envar, resurrect TMUX plugin --- tmux.conf | 1 + zshenv | 1 + 2 files changed, 2 insertions(+) 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"