My bash_profile file Posted by Petar Vasilev on November 13, 2016 in Coding # include the .bashrc file if [ -f ~/.bashrc ]; then . ~/.bashrc # read ~/.bashrc, if present. fi Coding Bash