summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-02-10 10:12:31 +0100
committerAhmed Abdelhalim <[email protected]>2022-02-10 10:12:31 +0100
commit1d8197fd7a7f89041f1221bd5ae292ad224a4517 (patch)
treecdba3bc3610b5acd9af3ea8c69d12bfff38078c1 /.bash_profile
parent043917507a1261151d51199cc2b9c78737fb7d4e (diff)
Add more SN related dependencies and aliases
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index a899dc2..99b7e06 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -18,6 +18,10 @@ export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
# Springer Nature
export VAULT_ADDR=https://vault.halfpipe.io
+VPNDIR="~/Work/anyconnect-vagrant"
+alias vpn-vm-up="$VPNDIR/vm-login.sh"
+alias vpn-up="$VPNDIR/vpn-up.sh && $VPNDIR/vpn-poll-state.sh"
+alias vpn-vm-suspend="$VPNDIR/vm-suspend.sh"
# ==== Aliases
alias wttr='curl http://wttr.in/berlin'