summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile11
1 files changed, 0 insertions, 11 deletions
diff --git a/.bash_profile b/.bash_profile
index b1ea61b..e9be492 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -4,10 +4,6 @@ if [ -d /opt/homebrew ]; then
elif [ -d /usr/local/Homebrew ]; then
eval "$(/usr/local/Homebrew/bin/brew shellenv)"
fi
-# ==== $PATH modifications
-# Adding local/bin PATH before /bin PATH
-# export PATH="/usr/local/bin:$PATH"
-# export PATH="/usr/local/sbin:$PATH"
# defaultscheme "exfxcxdxbxegedabagacad"
export CLICOLOR=1
@@ -29,13 +25,6 @@ export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
export BASH_SILENCE_DEPRECATION_WARNING=1 # Silence new macOS warning about bash
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
-# 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'
alias la='ls -a'