From: Nicolas Boisselier Date: Wed, 19 Nov 2014 21:50:25 +0000 (+0100) Subject: git-grep X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=f0aca3c7b0b411b64a118c022908a336a267a51e;p=nb.git git-grep --- diff --git a/etc/bashrc.function b/etc/bashrc.function index 2f84a3d9..50427ab8 100644 --- a/etc/bashrc.function +++ b/etc/bashrc.function @@ -24,6 +24,10 @@ case "$OSTYPE" in darwin*) esac +git-grep() { + git grep --color=auto $@ +} + git-clone-nbdom() { git clone git@git.nbdom.net:$@ }