diff --git a/vcsh b/vcsh
index ea889318796f40217aff83f34941ceaf233025a2..0742bec960f0741f5e369be6550c2265fda026e2 100755
--- a/vcsh
+++ b/vcsh
@@ -233,6 +233,7 @@ pull() {
 		export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git"
 		use
 		git pull
+		echo
 	done
 	hook post-pull
 }
@@ -244,6 +245,7 @@ push() {
 		export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git"
 		use
 		git push
+		echo
 	done
 	hook post-push
 }