Closed anthonyjdella closed 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?
@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.
status
echo $?
Example:
Closing this issue as @Syphdias perfectly answered the questions. @anthonyjdella feel free to reopen, if there are questions left.
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?