−byobu
This commit is contained in:
parent
f240158cc0
commit
785b52f4b3
1 changed files with 0 additions and 27 deletions
|
@ -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 \
|
|
||||||
"${@}"
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue