diff options
author | Jussi Timperi <236182+Ban3@users.noreply.github.com> | 2023-09-08 13:11:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 13:11:37 +0300 |
commit | be4c68fd0a6cc139cb02e24294c96a2a5e50576d (patch) | |
tree | e6f3f1378a2eae6e136bb04c6d2aa85e0b409ec0 /internal/p10k.zsh | |
parent | f8595a35bf062279a639b6bdbecc478c18c3f009 (diff) |
add Guix System icon (#2424)
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 2514ae5d..e4b0b328 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -8581,6 +8581,7 @@ function _p9k_init_cacheable() { amzn) _p9k_set_os Linux LINUX_AMZN_ICON;; endeavouros) _p9k_set_os Linux LINUX_ENDEAVOUROS_ICON;; rocky) _p9k_set_os Linux LINUX_ROCKY_ICON;; + guix) _p9k_set_os Linux LINUX_GUIX_ICON;; *) _p9k_set_os Linux LINUX_ICON;; esac ;; |