fastdu, and arhiver improvements

This commit is contained in:
Ville Rantanen
2016-02-16 13:34:31 +02:00
parent a48183e19d
commit f131284caa
4 changed files with 59 additions and 12 deletions

2
rc
View File

@@ -13,7 +13,7 @@ export PATH
function _self_update() {
touch "$TOOLSPATH"/.lastupdate
pushd "$TOOLSPATH" > /dev/null
hg pull -u > /dev/null 2>&1
timeout 5 hg pull -u > /dev/null 2>&1
popd > /dev/null
}