Remove byobu autolaunch

As much as you like byobu, ben, forcing it on users is a Bad idea.
This commit is contained in:
Robert Miles 2018-09-02 22:26:39 -04:00
parent aa90f40220
commit 32acfedd83
1 changed files with 2 additions and 1 deletions

View File

@ -26,5 +26,6 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
_byobu_sourced=1 . /usr/bin/byobu-launch 2>/dev/null || true
# uncomment following line to add byobu to your shell
# _byobu_sourced=1 . /usr/bin/byobu-launch 2>/dev/null || true