add debug
This commit is contained in:
parent
9e30bce9c2
commit
a04e3a4027
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,7 @@ EOF
|
||||||
which direnv >/dev/null && eval "$(direnv hook bash)"
|
which direnv >/dev/null && eval "$(direnv hook bash)"
|
||||||
|
|
||||||
# Start tmux if not defined as STARTTMUX in bashrc
|
# Start tmux if not defined as STARTTMUX in bashrc
|
||||||
|
logwarn "start tmux"
|
||||||
if ${STARTTMUXDEFAULT-$STARTTMUX} ; then
|
if ${STARTTMUXDEFAULT-$STARTTMUX} ; then
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
||||||
|
@ -188,7 +189,9 @@ EOF
|
||||||
sleep 1
|
sleep 1
|
||||||
#screen -UxR
|
#screen -UxR
|
||||||
tmux attach-session
|
tmux attach-session
|
||||||
|
logwarn "started tmux"
|
||||||
fi
|
fi
|
||||||
|
logwarn "after"
|
||||||
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
||||||
==8<=== finished configure new shell ================ $(date) ===============8<==
|
==8<=== finished configure new shell ================ $(date) ===============8<==
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue