Google chrome stores cache size as a signed integer, so the maximum size is 2147483647 bytes or just under 2gb.
reset;
/usr/bin/google-chrome %U --disk-cache-dir='/tmp/google-chrome/' --disk-cache-size=2147483647
Google chrome stores cache size as a signed integer, so the maximum size is 2147483647 bytes or just under 2gb.
reset;
/usr/bin/google-chrome %U --disk-cache-dir='/tmp/google-chrome/' --disk-cache-size=2147483647
git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...