Browse Source

silence verbose pushd/popd

Kyle P Davis 10 years ago
parent
commit
e4a250dd11
1 changed files with 2 additions and 2 deletions
  1. 2 2
      gimme.sh

+ 2 - 2
gimme.sh

@@ -193,9 +193,9 @@ __gimme() {
 			ln -sf "$GIMME_DIR/gimme.sh" "$HOME/bin/gimme"
 		else
 			echo "Updating gimme ..."
-			pushd "$GIMME_DIR"
+			pushd "$GIMME_DIR" >/dev/null
 			git pull
-			popd
+			popd >/dev/null
 		fi
 		return 0
 	;;