updated shell colors to work on windows
parent
de7496dba3
commit
77136d2dd7
|
|
@ -70,9 +70,9 @@ parse_git_branch_or_tag() {
|
|||
|
||||
|
||||
build_prompt_win(){
|
||||
TIME="$(colorize 39 48)[$(date +%H:%M)]$(colorize 36 42)$RARS";
|
||||
TIME="$(colorize 39 46)[$(date +%H:%M)]$(colorize 36 42)$RARS";
|
||||
USER="$(colorize 39 42) \u@\h $(colorize 32 41)$RARS"
|
||||
GIT="$(colorize 39 42)$(parse_git_branch_or_tag) $(colorize 42 49)"
|
||||
GIT="$(colorize 39 41)$(parse_git_branch_or_tag) $(colorize 31 49)"
|
||||
DIR="$(colorize 33 49) \w"
|
||||
echo "$TIME$USER$GIT $DIR"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue