We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the other color seems working fine the same as the example. But the color of [root@localhost ...]# is still white. How can I fix that, please?
[root@localhost ...]#
The text was updated successfully, but these errors were encountered:
Totally guessing here: that might be caused by a custom color defined in your PS1 environment variable.
To confirm if that's the case, type...
echo $PS1
...and then compare the output with the documentation in https://tldp.org/HOWTO/Bash-Prompt-HOWTO/bash-prompt-escape-sequences.html
Sorry, something went wrong.
No branches or pull requests
All the other color seems working fine the same as the example. But the color of
[root@localhost ...]#
is still white. How can I fix that, please?The text was updated successfully, but these errors were encountered: