From 32acfedd83b729e069f3fb5577831ee9cf62bb95 Mon Sep 17 00:00:00 2001 From: khuxkm Date: Sun, 2 Sep 2018 22:26:39 -0400 Subject: [PATCH] Remove byobu autolaunch As much as you like byobu, ben, forcing it on users is a Bad idea. --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index 7c6aab9..68bbead 100644 --- a/.profile +++ b/.profile @@ -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