From c82e352ab9c1336d0284ea4e8467079ed509dcc7 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 17 Jun 2019 14:06:13 -0400 Subject: add jokes --- git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index cb3867a..fedb489 100755 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -28,5 +28,7 @@ smtpuser = ben [alias] lol = log --oneline --graph --decorate --all + joke = !curl -s https://raw.githubusercontent.com/EugeneKay/git-jokes/lulz/Jokes.txt | shuf -n1 + dad = !curl https://icanhazdadjoke.com [rerere] enabled = true -- cgit 1.4.1