diff --git a/common/home/bash/config/bashrc b/common/home/bash/config/bashrc index 5ae08f98..8d30878f 100644 --- a/common/home/bash/config/bashrc +++ b/common/home/bash/config/bashrc @@ -3,7 +3,8 @@ cd ~/.nix || exit 1 git fetch --all > /dev/null GIT=$(git -c color.status=always status | - grep -v -e branch \ + grep -v -e "On branch" \ + -e "up to date" \ -e 'use "git' \ -e "nothing to commit" | sed '/^$/d')