removed bashrc

work
Adam Veldhousen 2015-04-21 16:13:02 -05:00
parent 582fb85751
commit 47ac22587d
2 changed files with 1 additions and 6 deletions

View File

@ -1,4 +0,0 @@
# source .profile, if the bashrc gets sourced
if [ -f ~/.profile ]; then
. ~/.profile
fi

View File

@ -72,9 +72,8 @@ git() {
}
commits() {
echo `fortune`
if [ -f `which git-stats` ]; then
bash -c "git-stats"
"git-stats"
fi
}