add default-shell and default-command for loginsh
This commit is contained in:
parent
41610b824c
commit
f2841408f8
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue