From 11adab313b7c13580c3f319f4a3208627fa92175 Mon Sep 17 00:00:00 2001
From: Ayaz Badouraly <ayaz.badouraly@via.ecp.fr>
Date: Thu, 15 Dec 2016 23:14:44 +0100
Subject: [PATCH] Defining new default rprompt

---
 via.zsh-theme | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/via.zsh-theme b/via.zsh-theme
index 0198f9e..d7e80ed 100644
--- a/via.zsh-theme
+++ b/via.zsh-theme
@@ -80,7 +80,7 @@ zstyle ':vcs_info:git*+set-message:*' hooks misc-init git-stash git-untracked
 local vcs_formats_prefix="%F{magenta}(%F{white}%s%F{magenta})%f"
 local vcs_formats_hyphen="%F{yellow}-%f"
 local vcs_formats_normal="%F{magenta}[%m%c%u%b%F{magenta}]%f"
-local vcs_formats_action="%F{magenta}[%m%c%u%b%F{yellow}:%F{red}%a%F{magenta}]%f"
+local vcs_formats_action="%F{magenta}[%m%c%u%b%F{magenta}|%F{red}%a%F{magenta}]%f"
 
 zstyle ':vcs_info:*' formats       " $vcs_formats_prefix$vcs_formats_hyphen$vcs_formats_normal"
 zstyle ':vcs_info:*' actionformats " $vcs_formats_prefix$vcs_formats_hyphen$vcs_formats_action"
-- 
GitLab