[tmux] use $SHELL variable as default shell

This commit is contained in:
odrling 2023-12-13 01:32:11 +01:00
parent 54c8e34a54
commit 1c7f288fd4
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B

View file

@ -61,4 +61,6 @@ set-option -g visual-silence off
set-window-option -g monitor-activity off
set-option -g bell-action none
set-option -g default-shell $SHELL
if '[ -f ~/.tmux.conf.local ]' 'source ~/.tmux.conf.local'