From 0322a70ca99f5cf85d2bb8ae5116d6dbf5bf1e77 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 7 Mar 2020 21:47:45 -0500 Subject: [PATCH] add byobu note --- welcome.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/welcome.rb b/welcome.rb index 2b6c648..653eca6 100644 --- a/welcome.rb +++ b/welcome.rb @@ -65,6 +65,9 @@ puts " as you left them." puts puts " the tool we recommend is byobu: https://superuser.com/a/423397/866501" puts +puts " if you're not sure about this, decline for now. you can set it up at any time" +puts " later on by running 'byobu-enable' from your shell." +puts enable_byobu = prompt.yes?(" would you like to set byobu to launch automatically when you log in?")