Commit fc71121e authored by nimrod's avatar nimrod
Browse files

Allow multiple named workbench sessions.

Seems useful.
parent f484eb84
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 () {