From 718469f5486d53e36e3030a2197427ac5328e4ce Mon Sep 17 00:00:00 2001 From: Michael Krayer Date: Fri, 26 Mar 2021 23:36:37 +0100 Subject: [PATCH] cannot get detach feature working --- session | 8 -------- 1 file changed, 8 deletions(-) diff --git a/session b/session index 4ed13ff..e753572 100755 --- a/session +++ b/session @@ -225,14 +225,6 @@ case $mode in eval $CMD exit $EXITSUCCESS ;; -# "detach"|"det"|"d") -# exit_if_not_in_session -# PID=$(get_session_pid $DTACH_SESSION_NAME) -# echo $PID -# kill -SIGHUP $PID -# #echo -e "" > $(tty) -# exit $EXIT_SUCCESS -# ;; "new"|"n") exit_if_in_session #PROMPT_COMMAND="echo -ne \"\033]0;$1 (on $HOSTNAME)\007\""