aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-13 14:59:55 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-13 14:59:55 +0100
commit926a1588d1f726e8bbe32f025f3bf04d076601b8 (patch)
treed11afe63fffe5b51edd39ed7c777a4aee8447d3c /.config
parent8fae7c34affd80bd34ba70f4dc1b2eaa4dd5b554 (diff)
add `git cloc` aliasHEADmaster
Diffstat (limited to '.config')
-rw-r--r--.config/git/config##template1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config##template b/.config/git/config##template
index 72f81a3..f8c16b2 100644
--- a/.config/git/config##template
+++ b/.config/git/config##template
@@ -30,3 +30,4 @@
pl = pull
l = log
d = diff
+ cloc = !git ls-files -z | xargs -0 cloc