feat: byobu shorthand
This commit is contained in:
parent
77a12d354a
commit
1908814b47
@ -60,3 +60,15 @@ function fishtools
|
|||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function bls
|
||||||
|
byobu list-session
|
||||||
|
end
|
||||||
|
|
||||||
|
function bat
|
||||||
|
byobu attach-session -t $argv[1]
|
||||||
|
end
|
||||||
|
|
||||||
|
function bnew
|
||||||
|
byobu new-session -t $argv[1]
|
||||||
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user