X-Git-Url: https://git.ao2.it/config/sh.git/blobdiff_plain/ddd368d898a93a663e5db0761d1fbf3d40cd3be4..HEAD:/.profile diff --git a/.profile b/.profile index 5be6a74..1ff0e16 100644 --- a/.profile +++ b/.profile @@ -3,3 +3,11 @@ # Initialization file for every interactive posix shell, # especially useful for dash. ENV="${HOME}/.shinit"; export ENV + +# if running bash +if [ -n "$BASH_VERSION" ]; then + # include .bashrc if it exists + if [ -f "$HOME/.bashrc" ]; then + . "$HOME/.bashrc" + fi +fi