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

Workbench alias.

parent 4e0509ed
No related branches found
No related tags found
No related merge requests found
Pipeline #90 passed
...@@ -145,6 +145,7 @@ alias tfa='terraform apply tfplan' ...@@ -145,6 +145,7 @@ alias tfa='terraform apply tfplan'
alias tfvf='tfv && terraform fmt -diff' alias tfvf='tfv && terraform fmt -diff'
# shellcheck disable=SC2139 # shellcheck disable=SC2139
alias notify="notify --hint \"string:desktop-entry:$(basename "${GIO_LAUNCHED_DESKTOP_FILE:-io.elementary.terminal.desktop}")\"" 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 () { tfp () {
workspace="$(terraform workspace show)" workspace="$(terraform workspace show)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment