X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash_profile;h=258a01f45f39f253c603f64a9b5df22801e54877;hb=f270e9edf813fc04dd0ef5bee2a5b98693b86be6;hp=499dc529e380cd89bf02f5c43419de9ffa085af9;hpb=bd58ef5147bd0d7cfea4148e69d64634bceaa9d6;p=max%2Fdotfiles.git diff --git a/bash_profile b/bash_profile index 499dc52..258a01f 100644 --- a/bash_profile +++ b/bash_profile @@ -7,3 +7,14 @@ export PATH="$PATH:/home/max/bin:$NPM_PACKAGES/bin:$HOME/.rvm/bin" unset MANPATH MANPATH="$NPM_PACKAGES/share/man:$(manpath)" NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH" + +if [ -n "$BASH_VERSION" ]; then + # include .bashrc if it exists + if [ -f "$HOME/.bashrc" ]; then + . "$HOME/.bashrc" + fi +fi + +if [ -f /etc/bash_completion ]; then + . /etc/bash_completion +fi