Skip to content
Snippets Groups Projects
Commit fc71121e authored by nimrod's avatar nimrod
Browse files

Allow multiple named workbench sessions.

Seems useful.
parent f484eb84
No related branches found
No related tags found
No related merge requests found
......@@ -280,11 +280,13 @@ toux () {
}
wb () {
toolbox run --container workbench -- tmux -L workbench new-session -As workbench
toolbox run --container workbench -- \
tmux -L workbench new-session -As "${1:-workbench}"
}
wbr () {
ssh -t ns4.shore.co.il toolbox run --container workbench -- tmux -L workbench new-session -As workbench
ssh -t ns4.shore.co.il toolbox run --container workbench -- \
tmux -L workbench new-session -As "${1:-workbench}"
}
__prompt () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment