1 2 3 4 5 6 7 8
#!/bin/bash if [ -f ~/.profile ]; then source ~/.profile fi if [ -f ~/.bashrc ]; then source ~/.bashrc fi