diff --git a/dotfiles/bash/bash_profile b/dotfiles/bash/bash_profile index 0dca161..a5ed823 100644 --- a/dotfiles/bash/bash_profile +++ b/dotfiles/bash/bash_profile @@ -2,3 +2,8 @@ if [[ -f ~/.bashrc ]]; then source ~/.bashrc fi +eval "$(pyenv init -)" +eval "$(pyenv virtualenv-init -)" + +# Enable homebrew openssl support +export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/ diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index cf8a812..659c702 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -90,6 +90,8 @@ alias gitp='git push' alias gits='git status' alias gitd='git diff' +alias k8='kubectl' + # -------------- END ALIASES --------------#