mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
Added OpenBSD and DragonFly again.
This commit is contained in:
parent
4ef5294d0b
commit
1edc606665
1 changed files with 7 additions and 5 deletions
|
|
@ -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='' ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue