X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash_profile;h=84e2c97913f36c189ad453c9cf0864c61099b13b;hb=fb0b1715b71ca7fcac787301b91afc8226bb1e1e;hp=499dc529e380cd89bf02f5c43419de9ffa085af9;hpb=2f5b821912b1b4ae8da7b72ff6685d82b2a796e4;p=max%2Fdotfiles.git diff --git a/bash_profile b/bash_profile index 499dc52..84e2c97 100644 --- a/bash_profile +++ b/bash_profile @@ -7,3 +7,11 @@ 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 +