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) }