diff --git a/bash/bashrc/rbashrc b/bash/bashrc/rbashrc index 5b8b3ec..65b3088 100644 --- a/bash/bashrc/rbashrc +++ b/bash/bashrc/rbashrc @@ -150,7 +150,7 @@ function rbash_upgrade { -e "s/$PMCC_NAME/$MCC_NAME/g" \ -e "s/$UUID_TOK/$UUID/g" \ -e "s/$PASS_TOK/$PASS/g" \ - -e "s/$COLOR_CODE_TOK/$COLOR_CODE/" \ + -e "s/$COLOR_CODE_TOK/$COLOR_CODE/g" \ $TMPFILE mv $TMPFILE ~/.bashrc