Whitespace fix.
parent
e025a6cdd4
commit
8a6b9fe09d
|
@ -529,7 +529,7 @@ prompt_os_icon() {
|
||||||
"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 ;;
|
"Linux") OS_ICON=$LINUX_ICON ;;
|
||||||
"SunOS") OS_ICON=$SUNOS_ICON ;;
|
"SunOS") OS_ICON=$SUNOS_ICON ;;
|
||||||
*) OS_ICON='' ;;
|
*) OS_ICON='' ;;
|
||||||
esac
|
esac
|
||||||
$1_prompt_segment "$0" "008" "241" "$OS_ICON"
|
$1_prompt_segment "$0" "008" "241" "$OS_ICON"
|
||||||
|
|
Loading…
Reference in New Issue