aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--powerlevel9k.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index 47ca14ce..9962744f 100644
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -529,7 +529,7 @@ prompt_os_icon() {
"Darwin") OS_ICON=$APPLE_ICON ;;
"FreeBSD") OS_ICON=$FREEBSD_ICON ;;
"Linux") OS_ICON=$LINUX_ICON ;;
- "SunOS") OS_ICON=$SUNOS_ICON ;;
+ "SunOS") OS_ICON=$SUNOS_ICON ;;
*) OS_ICON='' ;;
esac
$1_prompt_segment "$0" "008" "241" "$OS_ICON"