diff --git a/shell/prompt b/shell/prompt index 157504b..210d9c7 100644 --- a/shell/prompt +++ b/shell/prompt @@ -94,6 +94,9 @@ gitprompt () { fi fi if [ "$git_branch" = 'master' ] + then + /bin/echo -ne "$blue" + elif [ "$git_branch" = 'main' ] then /bin/echo -ne "$blue" elif [ $(echo "$git_branch" | grep '^#' ) ]