Cleanup behavior to function when things are missing
This commit is contained in:
parent
999422da87
commit
12e3c5a470
14 changed files with 35 additions and 19 deletions
|
@ -1,5 +1,4 @@
|
|||
if [ -z $_byobu_sourced ]; then
|
||||
if [[ -z "$_byobu_sourced" && -x /usr/bin/byobu-launch ]]; then
|
||||
_byobu_sourced=1 . /usr/bin/byobu-launch 2>/dev/null || true
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue