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

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