X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/6b8582fa39ded47649cfc3d7097806a39a5889ad..a38abd4c8fb7572237b2681bb1d0d6b0e5b262b0:/.bash_profile?ds=sidebyside diff --git a/.bash_profile b/.bash_profile index d5f7cc9..61cb5cf 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,2 +1 @@ -[[ -f ~/.profile ]] && . ~/.profile -[[ -f ~/.bashrc ]] && . ~/.bashrc +if [ -f "$HOME/.profile" ]; then . "$HOME/.profile"; fi