mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
prepend a # on the launching line, in case you scroll up through history
and attempt to run it Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
2e826268f0
commit
56a490f460
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
# Ensure that the PROMPT_COMMAND gets printed, such that gnome-terminal
|
||||
# and friends can pick it up before going into screen
|
||||
[ -x /bin/bash ] && echo "echo 'Launching Byobu...'" | /bin/bash -i -s 2>/dev/null
|
||||
[ -x /bin/bash ] && echo "echo '# Launching Byobu...'" | /bin/bash -i -s 2>/dev/null
|
||||
|
||||
out=`screen -ls 2>/dev/null` || true
|
||||
if echo "$out" | grep -qsi "^No Sockets found in "; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue