diff --git a/.bashrc b/.bashrc
index dadafbc23be517c33e40af26c23d43b760dd8fed..7ae37fe3ad1cd2f85c6e277bb985bd347aa2ed4e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -145,6 +145,7 @@ alias tfa='terraform apply tfplan'
 alias tfvf='tfv && terraform fmt -diff'
 # shellcheck disable=SC2139
 alias notify="notify --hint \"string:desktop-entry:$(basename "${GIO_LAUNCHED_DESKTOP_FILE:-io.elementary.terminal.desktop}")\""
+alias wb="ssh -t workbench.shore.co.il 'if tmux ls >/dev/null 2>&1; then tmux a; else tmux; fi;'"
 
 tfp () {
     workspace="$(terraform workspace show)"