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 \ - "${@}" -}