Browse Source

Forgot one symbol for hg.

Profpatsch 10 years ago
parent
commit
5718d2b688
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/agnoster.zsh-theme

+ 1 - 1
themes/agnoster.zsh-theme

@@ -124,7 +124,7 @@ prompt_hg() {
 			else
 				prompt_segment green black
 			fi
-			echo -n " $rev@$branch" $st
+			echo -n " $rev@$branch" $st
 		fi
 	fi
 }