From 1edc606665580733e841ba90dae508ae9221c3b9 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Wed, 29 Jul 2015 10:30:58 +0200 Subject: [PATCH] Added OpenBSD and DragonFly again. --- powerlevel9k.zsh-theme | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 8e442328..9a71278a 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -188,11 +188,13 @@ esac # OS detection for the `os_icon` segment case $(uname) in - Darwin) OS_ICON=$APPLE_ICON ;; - FreeBSD) OS_ICON=$FREEBSD_ICON ;; - Linux) OS_ICON=$LINUX_ICON ;; - SunOS) OS_ICON=$SUNOS_ICON ;; - *) OS_ICON='' ;; + Darwin) OS_ICON=$APPLE_ICON ;; + FreeBSD) OS_ICON=$FREEBSD_ICON ;; + OpenBSD) OS_ICON=$FREEBSD_ICON ;; + DragonFly) OS_ICON=$FREEBSD_ICON ;; + Linux) OS_ICON=$LINUX_ICON ;; + SunOS) OS_ICON=$SUNOS_ICON ;; + *) OS_ICON='' ;; esac if [[ "$POWERLEVEL9K_HIDE_BRANCH_ICON" == true ]]; then