X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=8df91a5f233ed1bb4be70e1db6ee8dd7d7a3a19b;hp=3054275a0ff0809205ca465b49ce206389d73d84;hb=aa0da9ecbe1ee3b10db6aeb0a49bd557c8f7cdc9;hpb=01d79ab597ddd1281d51625a057496fa564aafbe diff --git a/.bashrc b/.bashrc index 3054275..8df91a5 100644 --- a/.bashrc +++ b/.bashrc @@ -76,6 +76,7 @@ function cvsignorerm { cvsignore | xargs rm -f; }; export -f cvsignorerm function wclines { awk '{x[$0]++}END{for (i in x) print x[i]"\t"i}'; }; export -f wclines function ulimitme { ulimit -m 100000 -d 150000 -v 200000; }; export -f ulimitme function grep { ( ulimitme; `which grep` "$@"; ); }; export -f grep +function rsync { `which rsync` -v -e ssh --progress --stats --partial "$@"; }; export -f rsync ulimit -c 0