silent update

This commit is contained in:
Ville Rantanen
2015-11-24 12:45:45 +02:00
parent 504a87f751
commit 4c24e14447

2
rc
View File

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