X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=blobdiff_plain;f=S51_functions;h=8f3b209f68e2bcccb9ef6ef3b3ced37206ac8f23;hp=3452fdcc1033d94d99bd35d06dac9f3aa2fc1c9e;hb=HEAD;hpb=c45dc138f7af85babb21cdce889dbd7b80b74ea2 diff --git a/S51_functions b/S51_functions index 3452fdc..8f3b209 100644 --- a/S51_functions +++ b/S51_functions @@ -4,3 +4,6 @@ du_by() { find . -iname $1 -print0 | du --files0-from=- -hc | tail -n 1 } +hl() { + egrep --color=always "|$*" +}