|
@@ -124,7 +124,7 @@ function __prompt_command() {
|
|
|
### End Test Changes ### }}}
|
|
|
|
|
|
### Find Branch ### {{{
|
|
|
- local GBra="$(echo ${GStat} | tr ':' '\n' | grep "^##" | cut -c4- | grep -o "^[a-zA-Z]\{1,\}[^\.]")"
|
|
|
+ local GBra="$(echo ${GStat} | tr ':' '\n' | grep "^##" | cut -c4- | grep -o "^[a-zA-Z0-9_-]\{1,\}[^\.]")"
|
|
|
if [ "$GBra" ]; then
|
|
|
if [ "$GBra" == "master" ]; then
|
|
|
local GBra="M" ## Because why waste space
|
|
@@ -170,4 +170,4 @@ function __prompt_command() {
|
|
|
PS1+=" ${PSCol}-> ${RCol}" ## End of PS1
|
|
|
fi
|
|
|
}
|
|
|
-### End PS1 ### }}}
|
|
|
+### End PS1 ### }}}
|