cannot get detach feature working
This commit is contained in:
parent
67845a10a0
commit
718469f548
8
session
8
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\""
|
||||
|
|
|
|||
Loading…
Reference in New Issue