Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== bourne again shell (bash) ====== ===== source .bashrc on SSH login ===== <file bash .bash_profile> if [ "$BASH" ]; then if [ -f ~/.bashrc ]; then . ~/.bashrc fi fi</file> Last modified: 2024-07-05 14:31