From dce4d97dc876feec3ad00483b4afbc466e065f4f Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sat, 21 Oct 2017 00:58:04 +0200 Subject: [PATCH] Found a better name to it --- bash/functions.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/functions.bash b/bash/functions.bash index 24c8d41..9347be5 100644 --- a/bash/functions.bash +++ b/bash/functions.bash @@ -17,7 +17,7 @@ function ssh { __iterm_set_bg_reset } -function gcloc { +function gkloc { cloc $(git ls-files) }