diff options
author | Tim Otlik <t.otlik@vivaldi.net> | 2018-02-16 18:45:09 +0300 |
---|---|---|
committer | Tim Otlik <t.otlik@vivaldi.net> | 2018-02-16 18:45:09 +0300 |
commit | bba8bb883e6990ebd4216c1fe025e9d0fa9121a3 (patch) | |
tree | 8231898c1f4cf878258a4e5b13037ff06e3f1e10 /functions/icons.zsh | |
parent | 845e74c5c3daff3f3d5a5f2a10edde279627c5b5 (diff) |
add check of /etc/os-release for linux distros
Diffstat (limited to 'functions/icons.zsh')
-rwxr-xr-x[-rw-r--r--] | functions/icons.zsh | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index 25546e77..5ae889e3 100644..100755 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -278,20 +278,18 @@ case $POWERLEVEL9K_MODE in FREEBSD_ICON $'\UF30E ' # ANDROID_ICON $'\uF17B' # LINUX_ARCH_ICON $'\uF300' # - LINUX_DEBIAN_ICON $'\uF302' # - LINUX_UBUNTU_ICON $'\uF30C' # - LINUX_CENTOS_ICON $'\uF301' # - LINUX_COREOS_ICON $'\uF30F' # - LINUX_ELEMENTARY_ICON $'\uF311' # - LINUX_FEDORA_ICON $'\uF303' # - LINUX_GENTOO_ICON $'\uF310' # - LINUX_MINT_ICON $'\uF304' # - LINUX_MAGEIA_ICON $'\uF306' # - LINUX_MANDRIVA_ICON $'\uF307' # - LINUX_OPENSUSE_ICON $'\uF308' # - LINUX_REDHAT_ICON $'\uF309' # - LINUX_SABAYON_ICON $'\uF313' # - LINUX_SLACKWARE_ICON $'\uF30A' # + LINUX_DEBIAN_ICON $'\uF302' # + LINUX_UBUNTU_ICON $'\uF30C' # + LINUX_CENTOS_ICON $'\uF301' # + LINUX_COREOS_ICON $'\uF30F' # + LINUX_ELEMENTARY_ICON $'\uF311' # + LINUX_FEDORA_ICON $'\uF303' # + LINUX_GENTOO_ICON $'\uF310' # + LINUX_MINT_ICON $'\uF304' # + LINUX_MAGEIA_ICON $'\uF306' # + LINUX_OPENSUSE_ICON $'\uF308' # + LINUX_SABAYON_ICON $'\uF313' # + LINUX_SLACKWARE_ICON $'\uF30A' # LINUX_ICON $'\uF17C' # SUNOS_ICON $'\uF185 ' # HOME_ICON $'\uF015' # |