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

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

if [ ! "$(echo $PATH | fgrep $HOME/bin)" ] ; then
    export PATH=$HOME/bin:$PATH
fi