1
0
Fork 0

Add gcloc function

This commit is contained in:
Gregory Eremin 2017-10-21 00:55:39 +02:00
parent 1ce71d2364
commit 6c998a7834
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ function ssh {
__iterm_set_bg_reset
}
function gcloc {
cloc $(git ls-files)
}
function shuf {
awk 'BEGIN {srand(); OFMT="%.17f"} {print rand(), $0}' "$@" | \