add default-shell and default-command for loginsh

This commit is contained in:
Jakobus Schürz 2023-02-14 04:38:15 +01:00
parent 41610b824c
commit f2841408f8

View file

@ -1,3 +1,8 @@
# force SHELL ENV variable as shell
set-option -g default-shell ${SHELL}
set-option -g default-command "${SHELL} -"
#set-option -g default-command "${SHELL} --init-file .bashrc"
# Some tweaks to the status line
set -g status-right "%H:%M"
#set -g window-status-current-attr "underscore"