1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-12-19 05:51:57 +00:00

Merge branch 'dritter/dritter/os_detection' into os-icon

This commit is contained in:
Ben Hilburn 2015-07-31 14:14:37 -07:00
commit 831ab36b85

View file

@ -190,6 +190,8 @@ esac
case $(uname) in case $(uname) in
Darwin) OS_ICON=$APPLE_ICON ;; Darwin) OS_ICON=$APPLE_ICON ;;
FreeBSD) OS_ICON=$FREEBSD_ICON ;; FreeBSD) OS_ICON=$FREEBSD_ICON ;;
OpenBSD) OS_ICON=$FREEBSD_ICON ;;
DragonFly) OS_ICON=$FREEBSD_ICON ;;
Linux) OS_ICON=$LINUX_ICON ;; Linux) OS_ICON=$LINUX_ICON ;;
SunOS) OS_ICON=$SUNOS_ICON ;; SunOS) OS_ICON=$SUNOS_ICON ;;
*) OS_ICON='' ;; *) OS_ICON='' ;;