From d76ed1c06a9af986e736d06e3cb42d08f26b925d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Jul 2022 04:59:47 +0200 Subject: Remove SN related configurations --- .bash_profile | 11 ----------- 1 file changed, 11 deletions(-) (limited to '.bash_profile') 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' -- cgit v1.2.3