removed bashrc
parent
582fb85751
commit
47ac22587d
4
.bashrc
4
.bashrc
|
|
@ -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…
Reference in New Issue