print stuff
parent
47ac22587d
commit
14079d7e22
|
|
@ -4,7 +4,6 @@ function prunelocal(){
|
|||
for b in `git branch --merged | grep -v \*`; do git branch -D $b; done
|
||||
}
|
||||
|
||||
|
||||
function printmotd(){
|
||||
if [[ $WORK ]]; then
|
||||
cat ~/work_motd
|
||||
|
|
@ -12,6 +11,8 @@ function printmotd(){
|
|||
cat ~/motd
|
||||
fi
|
||||
echo ""
|
||||
fortune
|
||||
echo ""
|
||||
}
|
||||
|
||||
function clone()
|
||||
|
|
|
|||
|
|
@ -72,9 +72,13 @@ git() {
|
|||
}
|
||||
|
||||
commits() {
|
||||
echo ""
|
||||
fortune
|
||||
echo ""
|
||||
if [ -f `which git-stats` ]; then
|
||||
"git-stats"
|
||||
fi
|
||||
echo ""
|
||||
}
|
||||
|
||||
commits
|
||||
|
|
|
|||
Loading…
Reference in New Issue