mv
This commit is contained in:
parent
95df4c78e5
commit
ab50952317
1 changed files with 0 additions and 0 deletions
23
sh/alias/byobu.sh
Normal file
23
sh/alias/byobu.sh
Normal file
|
@ -0,0 +1,23 @@
|
|||
bb() {
|
||||
byobu \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
bba() {
|
||||
byobu \
|
||||
attach-session \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
bbl() {
|
||||
byobu \
|
||||
ls \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
bbnd() {
|
||||
byobu \
|
||||
new-session \
|
||||
-d \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue