From 8ed035c4ef1476aa1ab9f3f3dd41a24094ce9487 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sun, 7 Jul 2019 12:40:23 +0400 Subject: [PATCH] ok --- bash.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/bash.bashrc b/bash.bashrc index 6da16d3..c3379d6 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -89,7 +89,6 @@ __prompt_command() { PS1+="${Mag}…$dirty" else local ahead=$(git rev-list --branches --not --remotes) - echo $ahead if [[ $ahead -ne 0 ]]; then PS1+="${Blu}↑${ahead}" else