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 19:49:39 +02:00
committed by GitHub
parent 7a72acf563
commit 0ce9df66d2
3 changed files with 8 additions and 0 deletions
+1
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
;;