- renamed to over-env

- removed garbage
- added install.sh
This commit is contained in:
Martin 2017-10-10 11:38:12 +02:00
parent 6888571eea
commit 84f3734353
10 changed files with 15 additions and 91 deletions

13
etc/over-env/prompt.cfg Normal file
View file

@ -0,0 +1,13 @@
#! /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