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

@ -59,4 +59,16 @@ function fishtools
echo "unknown sub-command:" $argv
return 1
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