Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.47k stars 947 forks source link

Question: what is 'status'? #1141

Closed anthonyjdella closed 5 years ago

anthonyjdella commented 5 years ago

What does 'status' mean in "POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS"?

Sometimes I see a green checkmark icon, other times a number with a red background.

Is there a guide?

Syphdias commented 5 years ago

@anthonyjdella you can find details about configuration in the README.md. For segment information use the links in the README file.

In short, the status segment shows return codes (basically what echo $? after a command does). You can find more details here.

Example: image

dritter commented 5 years ago

Closing this issue as @Syphdias perfectly answered the questions. @anthonyjdella feel free to reopen, if there are questions left.