change debug
This commit is contained in:
parent
22641f3aa0
commit
7f1e709731
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ EOF
|
|||
which direnv >/dev/null && eval "$(direnv hook bash)"
|
||||
|
||||
# Start tmux if not defined as STARTTMUX in bashrc
|
||||
logwarn "start tmux ${STARTTMUXDEFAULT-$STARTTMUX}"
|
||||
logwarn "start tmux ${STARTTMUXDEFAULT} - ${STARTTMUXDEFAULT-$STARTTMUX}"
|
||||
if ${STARTTMUXDEFAULT-$STARTTMUX} ; then
|
||||
cat << EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue