From f3550e49ccb9c53d9df9d46a537064acde485eb3 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Fri, 5 Feb 2021 10:40:14 +0100 Subject: [PATCH] Update zsh ps1 --- files/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.zshrc b/files/.zshrc index 8df4b12..1c957a8 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -27,7 +27,7 @@ if [[ -n "$SSH_CONNECTION" ]]; then fi export PROMPT="${NAME}${DIR}${GIT} ${ICON} %{$reset_color%}" -zstyle ':vcs_info:git:*' formats ' ( %b)' +zstyle ':vcs_info:git:*' formats '|%b ' # ============================== Exports export EDITOR="nvim"