summaryrefslogtreecommitdiff
path: root/dotrc/_bashrc
blob: 2762d3764f183fd48cdd23641533180c643a14fd (plain)
1
2
3
4
5
6
7

if [ "$PS1" != "" ] ; then
    # PS1='[\w] % '
    PS1='$ '
fi

test -s ~/.alias && . ~/.alias