mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Merge branch 'dritter/dritter/os_detection' into os-icon
This commit is contained in:
commit
831ab36b85
1 changed files with 7 additions and 5 deletions
|
@ -188,11 +188,13 @@ esac
|
||||||
|
|
||||||
# OS detection for the `os_icon` segment
|
# OS detection for the `os_icon` segment
|
||||||
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 ;;
|
||||||
Linux) OS_ICON=$LINUX_ICON ;;
|
OpenBSD) OS_ICON=$FREEBSD_ICON ;;
|
||||||
SunOS) OS_ICON=$SUNOS_ICON ;;
|
DragonFly) OS_ICON=$FREEBSD_ICON ;;
|
||||||
*) OS_ICON='' ;;
|
Linux) OS_ICON=$LINUX_ICON ;;
|
||||||
|
SunOS) OS_ICON=$SUNOS_ICON ;;
|
||||||
|
*) OS_ICON='' ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ "$POWERLEVEL9K_HIDE_BRANCH_ICON" == true ]]; then
|
if [[ "$POWERLEVEL9K_HIDE_BRANCH_ICON" == true ]]; then
|
||||||
|
|
Loading…
Reference in a new issue