X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=blobdiff_plain;f=S51_functions;h=8f3b209f68e2bcccb9ef6ef3b3ced37206ac8f23;hp=3452fdcc1033d94d99bd35d06dac9f3aa2fc1c9e;hb=c19ddfe61bd6c2aa83f9e80509a72b547eedab09;hpb=d0e2e54a6b566bdd5f30076a902cdc98c653ac55 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 "|$*" +}