mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 00:00:07 +00:00
Whitespace fix.
This commit is contained in:
parent
e025a6cdd4
commit
8a6b9fe09d
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ prompt_os_icon() {
|
|||
"Darwin") OS_ICON=$APPLE_ICON ;;
|
||||
"FreeBSD") OS_ICON=$FREEBSD_ICON ;;
|
||||
"Linux") OS_ICON=$LINUX_ICON ;;
|
||||
"SunOS") OS_ICON=$SUNOS_ICON ;;
|
||||
"SunOS") OS_ICON=$SUNOS_ICON ;;
|
||||
*) OS_ICON='' ;;
|
||||
esac
|
||||
$1_prompt_segment "$0" "008" "241" "$OS_ICON"
|
||||
|
|
Loading…
Reference in a new issue