1 # Different platforms have different names for the systemwide bashrc
2 if [[ -f /etc
/bashrc
]]; then
5 if [[ -f /etc
/bash.bashrc
]]; then
6 source /etc
/bash.bashrc
8 if [[ -f ~
/.bashrc
]]; then
12 # Reset PS1 so pexpect can find it
15 # Unset PROMPT_COMMAND, so that it can't change PS1 to something unexpected.