Add RHEL to the OS Icon lists (#1581)

* Add RHEL to the OS Icon lists
This commit is contained in:
Charles Timko 2021-09-22 13:49:39 -04:00 committed by GitHub
commit 0ce9df66d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View file

@ -8286,6 +8286,7 @@ function _p9k_init_cacheable() {
*manjaro*) _p9k_set_os Linux LINUX_MANJARO_ICON;;
*void*) _p9k_set_os Linux LINUX_VOID_ICON;;
*artix*) _p9k_set_os Linux LINUX_ARTIX_ICON;;
*rhel*) _p9k_set_os Linux LINUX_RHEL_ICON;;
*) _p9k_set_os Linux LINUX_ICON;;
esac
;;