diff --git a/.zsh/lib/prompt.zsh b/.zsh/lib/prompt.zsh
index 59bd20cd2c3b9c0471cda0b718a827877381fd45..97aabe96c2cd62b70ce51748354daade18915fd5 100644
--- a/.zsh/lib/prompt.zsh
+++ b/.zsh/lib/prompt.zsh
@@ -22,4 +22,5 @@ zstyle ':vcs_info:*' formats ':%b%c%u%f'
 zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r'
 precmd () { vcs_info }
 
-PROMPT='[%n@%m %~${vcs_info_msg_0_}] %{$reset_color%}'
\ No newline at end of file
+PROMPT='[%n@%m %~${vcs_info_msg_0_}] 
+-> %{$reset_color%}'
\ No newline at end of file