Browse Source

Add pyenv evals and k8 map to kubectl

master
Taylor Bockman 4 years ago
parent
commit
e811061694
  1. 5
      dotfiles/bash/bash_profile
  2. 2
      dotfiles/bash/bashrc

5
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/

2
dotfiles/bash/bashrc

@ -90,6 +90,8 @@ alias gitp='git push'
alias gits='git status'
alias gitd='git diff'
alias k8='kubectl'
# -------------- END ALIASES --------------#

Loading…
Cancel
Save