over-env/etc/over/env/prompt.cfg
Martin Sekera 38026cdc1a - removed old Gentoo-specific scripts
- merged sbin into bin
- new locale en_AG
2018-12-08 23:25:00 +01:00

13 lines
607 B
Bash

#! /bin/zsh
# Indicators of system load will turn yellow when system load (loadavg divided by nproc) exceeds this value.
#OVER_PROMPT_SYSLOAD_WARN=1.25
# Indicators of system load will turn red when system load (loadavg divided by nproc) exceeds this value.
#OVER_PROMPT_SYSLOAD_YELL=3.0
# Indicators of free space (storage, memory and swap) will turn yellow when there's at most this fraction of free space left.
#OVER_PROMPT_FREESPACE_WARN=0.15
# Indicators of free space (storage, memory and swap) will turn red when there's at most this fraction of free space left.
#OVER_PROMPT_FREESPACE_YELL=0.05