This commit is contained in:
Marc Beninca 2024-11-17 22:27:38 +01:00
parent 1084edee23
commit 02a743fc1b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
45 changed files with 0 additions and 0 deletions

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