From 56824af642520a0621537e75ed6231b09bf6cbfa Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 14 Aug 2023 13:25:47 -0400 Subject: [PATCH] install_byobu now configures ctrl-a --- install_byobu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_byobu.sh b/install_byobu.sh index e7de8e6..9bb94ab 100755 --- a/install_byobu.sh +++ b/install_byobu.sh @@ -38,8 +38,9 @@ echo "Configuring and building..." ./configure sudo make install byobu-select-backend tmux +byobu-ctrl-a screen echo "" echo "You're ready to go! Just type:" -echo "byobu" \ No newline at end of file +echo "byobu"