summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-07-11 04:59:47 +0200
committerAhmed Abdelhalim <[email protected]>2022-07-11 04:59:47 +0200
commitd76ed1c06a9af986e736d06e3cb42d08f26b925d (patch)
tree9cd612324e5271f562dc328216bc9416f6566e3a /.bash_profile
parent31b3766e447704d8b4c553180532e4c61f317f81 (diff)
Remove SN related configurations
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'