This commit is contained in:
Marc Beninca 2024-11-18 14:46:59 +01:00
parent 95df4c78e5
commit ab50952317
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

23
sh/alias/byobu.sh Normal file
View file

@ -0,0 +1,23 @@
bb() {
byobu \
"${@}"
}
bba() {
byobu \
attach-session \
"${@}"
}
bbl() {
byobu \
ls \
"${@}"
}
bbnd() {
byobu \
new-session \
-d \
"${@}"
}