fixed bug with tmux not recognizing default shell all the time
This commit is contained in:
parent
faa2b98e90
commit
f86927c0d8
@ -1,5 +1,6 @@
|
|||||||
# don't use escape key
|
# don't use escape key
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
set-option -g default-shell $SHELL
|
||||||
|
|
||||||
# quick reload
|
# quick reload
|
||||||
bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
|
bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
|
||||||
|
Loading…
Reference in New Issue
Block a user