From c13777f46e351fe3049fad4cfff9df5c68a13eb2 Mon Sep 17 00:00:00 2001 From: Sebastian Semmler <sebastian@semmler.pro> Date: Sun, 15 Jan 2017 23:02:59 +0100 Subject: [PATCH] edit prompt --- .zsh/lib/prompt.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zsh/lib/prompt.zsh b/.zsh/lib/prompt.zsh index 59bd20c..97aabe9 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 -- GitLab