removed bashrc

work
Adam Veldhousen 9 years ago
parent 582fb85751
commit 47ac22587d

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

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

Loading…
Cancel
Save