X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;fp=.bashrc;h=1374a6d6dc50ce65ad08bb382c68d583c189c51f;hp=27454ea85ec8a915e0c3ba980a14d166ae101b77;hb=8c2351422f3bda5883994236e1bdb1cb1ae9a3b9;hpb=c1941fd634825fbfb0a497a860f4f70ca148f284 diff --git a/.bashrc b/.bashrc index 27454ea..1374a6d 100644 --- a/.bashrc +++ b/.bashrc @@ -60,6 +60,8 @@ function cvsupdate { cvs update "$@" 2>&1| less; }; export -f cvsup function cvsupdatei { cvs update "$@" 2>&1|grep -v '^?'|less; }; export -f cvsupdatei 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 +eval "function grep { ( ulimitme; `which grep` "'"$@"'"; ); }"; export -f grep ulimit -c 0