From 7a8fcf98c1dc3614a154d1338b1b2ac1fe5b1979 Mon Sep 17 00:00:00 2001
From: Tim Otlik <t.otlik@vivaldi.net>
Date: Tue, 20 Mar 2018 18:31:46 +0100
Subject: update icons for nerd-fonts 2.0.0

---
 functions/icons.zsh     | 33 +++++++++++++++++++--------------
 functions/utilities.zsh | 15 +++++++++++++++
 2 files changed, 34 insertions(+), 14 deletions(-)

diff --git a/functions/icons.zsh b/functions/icons.zsh
index b929f73a..fc6a09d6 100755
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -319,21 +319,26 @@ case $POWERLEVEL9K_MODE in
       MULTILINE_LAST_PROMPT_PREFIX   $'\u2570'$'\U2500 '    # ╰─
       APPLE_ICON                     $'\uF179'              # 
       WINDOWS_ICON                   $'\uF17A'              # 
-      FREEBSD_ICON                   $'\UF30E '             # 
+      FREEBSD_ICON                   $'\UF30C '             # 
       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_OPENSUSE_ICON            $'\uF308'              # 
-      LINUX_SABAYON_ICON             $'\uF313'              # 
-      LINUX_SLACKWARE_ICON           $'\uF30A'              # 
+      LINUX_ARCH_ICON                $'\uF303'              # 
+      LINUX_CENTOS_ICON              $'\uF304'              # 
+      LINUX_COREOS_ICON              $'\uF305'              # 
+      LINUX_DEBIAN_ICON              $'\uF306'              # 
+      LINUX_ELEMENTARY_ICON          $'\uF309'              # 
+      LINUX_FEDORA_ICON              $'\uF30a'              # 
+      LINUX_GENTOO_ICON              $'\uF30d'              # 
+      LINUX_MAGEIA_ICON              $'\uF310'              # 
+      LINUX_MINT_ICON                $'\uF30e'              # 
+      LINUX_NIXOS_ICON               $'\uF313'              # 
+      LINUX_MANJARO_ICON             $'\uF312'              # 
+      LINUX_DEVUAN_ICON              $'\uF307'              # 
+      LINUX_ALPINE_ICON              $'\uF300'              # 
+      LINUX_AOSC_ICON                $'\uF301'              # 
+      LINUX_OPENSUSE_ICON            $'\uF314'              # 
+      LINUX_SABAYON_ICON             $'\uF317'              # 
+      LINUX_SLACKWARE_ICON           $'\uF319'              # 
+      LINUX_UBUNTU_ICON              $'\uF31b'              # 
       LINUX_ICON                     $'\uF17C'              # 
       SUNOS_ICON                     $'\uF185 '             # 
       HOME_ICON                      $'\uF015'              # 
diff --git a/functions/utilities.zsh b/functions/utilities.zsh
index a9559922..0f33a1b0 100755
--- a/functions/utilities.zsh
+++ b/functions/utilities.zsh
@@ -144,6 +144,21 @@ case $(uname) in
        "linuxmint")
         OS_ICON=$(print_icon 'LINUX_MINT_ICON')
         ;;
+       "alpine")
+        OS_ICON=$(print_icon 'LINUX_ALPINE_ICON')
+        ;;
+       "aosc")
+        OS_ICON=$(print_icon 'LINUX_AOSC_ICON')
+        ;;
+       "nixos")
+        OS_ICON=$(print_icon 'LINUX_NIXOS_ICON')
+        ;;
+       "devuan")
+        OS_ICON=$(print_icon 'LINUX_DEVUAN_ICON')
+        ;;
+       "manjaro")
+        OS_ICON=$(print_icon 'LINUX_MANJARO_ICON')
+        ;;
         *)
         OS='Linux'
         OS_ICON=$(print_icon 'LINUX_ICON')
-- 
cgit v1.2.3


From a3025cbebc88f4724f7a69fa342e051d1ec82880 Mon Sep 17 00:00:00 2001
From: Tim Otlik <t.otlik@vivaldi.net>
Date: Tue, 20 Mar 2018 18:37:46 +0100
Subject: fixed missing icons for other fontconfigs

---
 functions/icons.zsh | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/functions/icons.zsh b/functions/icons.zsh
index fc6a09d6..7c9e3f2d 100755
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -58,6 +58,11 @@ case $POWERLEVEL9K_MODE in
       LINUX_FEDORA_ICON              'Fed'
       LINUX_GENTOO_ICON              'Gen'
       LINUX_MAGEIA_ICON              'Mag'
+      LINUX_NIXOS_ICON               'Nix'
+      LINUX_MANJARO_ICON             'Man'
+      LINUX_DEVUAN_ICON              'Dev'
+      LINUX_ALPINE_ICON              'Alp'
+      LINUX_AOSC_ICON                'Aos'
       LINUX_OPENSUSE_ICON            'OSu'
       LINUX_SABAYON_ICON             'Sab'
       LINUX_SLACKWARE_ICON           'Sla'
@@ -150,6 +155,11 @@ case $POWERLEVEL9K_MODE in
       LINUX_FEDORA_ICON              'Fed'
       LINUX_GENTOO_ICON              'Gen'
       LINUX_MAGEIA_ICON              'Mag'
+      LINUX_NIXOS_ICON               'Nix'
+      LINUX_MANJARO_ICON             'Man'
+      LINUX_DEVUAN_ICON              'Dev'
+      LINUX_ALPINE_ICON              'Alp'
+      LINUX_AOSC_ICON                'Aos'
       LINUX_OPENSUSE_ICON            'OSu'
       LINUX_SABAYON_ICON             'Sab'
       LINUX_SLACKWARE_ICON           'Sla'
@@ -244,6 +254,11 @@ case $POWERLEVEL9K_MODE in
       LINUX_FEDORA_ICON              'Fed'
       LINUX_GENTOO_ICON              'Gen'
       LINUX_MAGEIA_ICON              'Mag'
+      LINUX_NIXOS_ICON               'Nix'
+      LINUX_MANJARO_ICON             'Man'
+      LINUX_DEVUAN_ICON              'Dev'
+      LINUX_ALPINE_ICON              'Alp'
+      LINUX_AOSC_ICON                'Aos'
       LINUX_OPENSUSE_ICON            'OSu'
       LINUX_SABAYON_ICON             'Sab'
       LINUX_SLACKWARE_ICON           'Sla'
-- 
cgit v1.2.3


From 213ed57f68c465bd5f6b20953840efea2d14c796 Mon Sep 17 00:00:00 2001
From: Tim Otlik <t.otlik@vivaldi.net>
Date: Tue, 20 Mar 2018 18:40:56 +0100
Subject: add compatible to the list of fontconfigs

---
 functions/icons.zsh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/functions/icons.zsh b/functions/icons.zsh
index 7c9e3f2d..f758d55c 100755
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -440,6 +440,11 @@ case $POWERLEVEL9K_MODE in
       LINUX_FEDORA_ICON              'Fed'
       LINUX_GENTOO_ICON              'Gen'
       LINUX_MAGEIA_ICON              'Mag'
+      LINUX_NIXOS_ICON               'Nix'
+      LINUX_MANJARO_ICON             'Man'
+      LINUX_DEVUAN_ICON              'Dev'
+      LINUX_ALPINE_ICON              'Alp'
+      LINUX_AOSC_ICON                'Aos'
       LINUX_OPENSUSE_ICON            'OSu'
       LINUX_SABAYON_ICON             'Sab'
       LINUX_SLACKWARE_ICON           'Sla'
-- 
cgit v1.2.3