fixed bug with tmux not recognizing default shell all the time

This commit is contained in:
Wryn (yage) Wagner 2022-09-29 08:06:48 -06:00
parent faa2b98e90
commit f86927c0d8

View File

@ -1,5 +1,6 @@
# don't use escape key
set -sg escape-time 0
set-option -g default-shell $SHELL
# quick reload
bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"