summaryrefslogtreecommitdiff
path: root/dotrc/.bashrc
blob: 19429d133121269c2d3319e71298d53287258aa8 (plain)
1
2
3
4
5
if [ "$PS1" != "" ] ; then
    PS1="`hostname`$ "
fi

test -s $HOME/.bash_aliases && . ~/.bash_aliases