aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
authorCharles Timko <sparticvs@users.noreply.github.com>2021-09-22 20:49:39 +0300
committerGitHub <noreply@github.com>2021-09-22 20:49:39 +0300
commit0ce9df66d2cffb860a7c48a8d4f3639cf581f908 (patch)
tree14f4868643dbd7a8a80958fe744de21ad53713f9 /internal/p10k.zsh
parent7a72acf5635cfc09aa544bfb70e13ad46faa432b (diff)
Add RHEL to the OS Icon lists (#1581)
* Add RHEL to the OS Icon lists
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r--internal/p10k.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 98090d99..6928b8fc 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -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
;;