Skip to content

Commit

Permalink
change git state color to yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
schachmat committed Nov 21, 2013
1 parent bac461b commit eef4342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ int main(int argc, char* argv[])

// draw git state
if(git_repo) {
catscol(git_state, NYAN_CYAN);
catscol(git_state, NYAN_YELLOW);
if(*git_state != '\0') catscol("@", NYAN_WHITE);
catscol(git_local_branch_name, NYAN_CYAN);
if(*git_remote_branch_name != '\0') catscol("<", NYAN_WHITE);
Expand Down

0 comments on commit eef4342

Please # to comment.