From a04e3a402785ff073ac15183d16e45f38334aa62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Mon, 30 Nov 2020 08:35:20 +0100 Subject: [PATCH] add debug --- bashrc_add | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc_add b/bashrc_add index 34f5e52..58afc37 100755 --- a/bashrc_add +++ b/bashrc_add @@ -176,6 +176,7 @@ EOF which direnv >/dev/null && eval "$(direnv hook bash)" # Start tmux if not defined as STARTTMUX in bashrc + logwarn "start tmux" if ${STARTTMUXDEFAULT-$STARTTMUX} ; then cat << EOF @@ -188,7 +189,9 @@ EOF sleep 1 #screen -UxR tmux attach-session + logwarn "started tmux" fi + logwarn "after" cat << EOF >> "${MYSHELLCONFIG_LOGFILE}" ==8<=== finished configure new shell ================ $(date) ===============8<==