Add -a to set terminal-overrides as we want to add to it, not remove what is already there

This commit is contained in:
Mark Kelly 2020-04-24 09:34:16 -04:00
commit 9add180290

View file

@ -61,7 +61,7 @@ set-window-option -g monitor-activity on
set -g default-terminal "$BYOBU_TERM" set -g default-terminal "$BYOBU_TERM"
# The following helps with Shift-PageUp/Shift-PageDown # The following helps with Shift-PageUp/Shift-PageDown
set -g terminal-overrides 'xterm*:smcup@:rmcup@' set -ga terminal-overrides 'xterm*:smcup@:rmcup@'
# Must set default-command to $SHELL, in order to not source ~/.profile # Must set default-command to $SHELL, in order to not source ~/.profile
# BUG: Should *not* hardcode /bin/bash here # BUG: Should *not* hardcode /bin/bash here