aboutsummaryrefslogblamecommitdiff
path: root/.bash_profile
blob: 5fd8315fc38e823e194761a8432bb6a9a9797528 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                            
#
# .bash_profile - Bash Shell startup script for login shells
#
# See also BASH(1).
#
if [ -f ~/.bashrc ];
then
  . ~/.bashrc;
fi