feat: byobu shorthand

This commit is contained in:
Suyono 2023-06-16 17:29:43 +10:00
parent 77a12d354a
commit 1908814b47
1 changed files with 13 additions and 1 deletions

View File

@ -60,3 +60,15 @@ function fishtools
return 1
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