From 785b52f4b370b1a08e8d35fa32f5058c76f6547b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 6 Jul 2025 07:46:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92byobu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/alias/byobu.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 sh/alias/byobu.sh diff --git a/sh/alias/byobu.sh b/sh/alias/byobu.sh deleted file mode 100644 index 0f5336e..0000000 --- a/sh/alias/byobu.sh +++ /dev/null @@ -1,27 +0,0 @@ -bb() { a__byo_bu "${@}"; } -a__byo_bu() { - byobu \ - "${@}" -} - -bba() { a__byo_bu_attach "${@}"; } -a__byo_bu_attach() { - byobu \ - attach-session \ - "${@}" -} - -bbl() { a__byo_bu_ls "${@}"; } -a__byo_bu_ls() { - byobu \ - ls \ - "${@}" -} - -bbnd() { a__byo_bu_new_detach "${@}"; } -a__byo_bu_new_detach() { - byobu \ - new-session \ - -d \ - "${@}" -}