Created
August 10, 2017 15:58
-
-
Save jakebathman/aa1e4f6d5803ce6361dfd78e3d945e0c to your computer and use it in GitHub Desktop.
Yum.conf default color options (CentOS 7)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add these lines to /etc/yum.conf if the --color=always option isn't working | |
# Enable color for all output | |
color=always | |
# Default color options according to yum.conf(5) | |
color_list_installed_older=bold | |
color_list_installed_newer=bold,yellow | |
color_list_installed_reinstall=normal | |
color_list_installed_extra=bold,red | |
color_list_available_upgrade=bold,blue | |
color_list_available_downgrade=dim,cyan | |
color_list_available_install=normal | |
color_list_available_reinstall =bold,underline,green | |
color_search_match=bold | |
color_update_installed=normal | |
color_update_local=bold | |
color_update_remote=normal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment