This commit is contained in:
Marc Beninca 2024-11-18 15:07:17 +01:00
parent ab50952317
commit 75c3627d2c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,21 +1,25 @@
bb() {
bb() { sh_a__byo_bu "${@}"; }
sh_a__byo_bu() {
byobu \
"${@}"
}
bba() {
bba() { sh_a__byo_bu_attach "${@}"; }
sh_a__byo_bu_attach() {
byobu \
attach-session \
"${@}"
}
bbl() {
bbl() { sh_a__byo_bu_ls "${@}"; }
sh_a__byo_bu_ls() {
byobu \
ls \
"${@}"
}
bbnd() {
bbnd() { sh_a__byo_bu_new_detach "${@}"; }
sh_a__byo_bu_new_detach() {
byobu \
new-session \
-d \