mirror of
https://github.com/romkatv/powerlevel10k
synced 2024-12-28 00:42:17 +00:00
Merge branch 'dritter/dritter/os_detection' into os-icon
This commit is contained in:
commit
831ab36b85
@ -190,6 +190,8 @@ esac
|
||||
case $(uname) in
|
||||
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='' ;;
|
||||
|
Loading…
Reference in New Issue
Block a user