summaryrefslogtreecommitdiff
path: root/functions/utilities.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/utilities.zsh')
-rwxr-xr-xfunctions/utilities.zsh15
1 files changed, 15 insertions, 0 deletions
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')