print stuff

work
Adam Veldhousen 9 years ago
parent 47ac22587d
commit 14079d7e22
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -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…
Cancel
Save