2012-07-31 16:15:07 -04:00
|
|
|
|
|
|
|
####################################
|
|
|
|
# LIQUID PROMPT CONFIGURATION FILE #
|
|
|
|
####################################
|
|
|
|
|
2012-08-14 06:01:14 -04:00
|
|
|
#############
|
|
|
|
# BEHAVIOUR #
|
|
|
|
#############
|
|
|
|
|
2012-07-31 16:15:07 -04:00
|
|
|
# Maximal value under which the battery level is displayed
|
|
|
|
# Recommended value is 75
|
|
|
|
LP_BATTERY_THRESHOLD=75
|
|
|
|
|
|
|
|
# Minimal value after which the load average is displayed
|
|
|
|
# Recommended value is 60
|
|
|
|
LP_LOAD_THRESHOLD=60
|
|
|
|
|
|
|
|
# The maximum percentage of the screen width used to display the path
|
|
|
|
# Recommended value is 35
|
|
|
|
LP_PATH_LENGTH=35
|
|
|
|
|
|
|
|
# How many directories to keep at the beginning of a shortened path
|
|
|
|
# Recommended value is 2
|
|
|
|
LP_PATH_KEEP=2
|
|
|
|
|
2012-08-07 14:52:32 -04:00
|
|
|
# Do you want to display the hostname, even if not connected through network?
|
|
|
|
# Defaults to 0 (do not display hostname when localy connected)
|
|
|
|
# set to 1 if you want to always see the hostname
|
|
|
|
LP_HOSTNAME_ALWAYS=0
|
|
|
|
|
2012-08-16 09:16:48 -04:00
|
|
|
# Do you want to use the permissions feature ?
|
|
|
|
# Recommended value is 1
|
|
|
|
LP_ENABLE_PERM=1
|
|
|
|
|
|
|
|
# Do you want to use the shorten path feature ?
|
|
|
|
# Recommended value is 1
|
|
|
|
LP_ENABLE_SHORTEN_PATH=1
|
|
|
|
|
|
|
|
# Do you want to use the proxy detection feature ?
|
|
|
|
# Recommended value is 1
|
|
|
|
LP_ENABLE_PROXY=1
|
|
|
|
|
|
|
|
# Do you want to use the jobs feature ?
|
|
|
|
# Recommended value is 1
|
|
|
|
LP_ENABLE_JOBS=1
|
|
|
|
|
|
|
|
# Do you want to use the load feature ?
|
|
|
|
# Recommended value is 1
|
|
|
|
LP_ENABLE_LOAD=1
|
|
|
|
|
|
|
|
# Do you want to use the batt feature ?
|
|
|
|
# Recommended value is 1
|
|
|
|
LP_ENABLE_BATT=1
|
|
|
|
|
2012-08-15 05:10:17 -04:00
|
|
|
# Do you want to use the git special features ?
|
|
|
|
# Recommended value is 1
|
|
|
|
LP_ENABLE_GIT=1
|
|
|
|
|
|
|
|
# Do you want to use the svn special features ?
|
|
|
|
# Recommended value is 1
|
|
|
|
LP_ENABLE_SVN=1
|
|
|
|
|
|
|
|
# Do you want to use the mercurial special features ?
|
|
|
|
# Recommended value is 1
|
2012-08-16 04:40:20 -04:00
|
|
|
LP_ENABLE_HG=1
|
2012-08-15 05:10:17 -04:00
|
|
|
|
2012-08-17 10:31:45 -04:00
|
|
|
# Show time of the last prompt display
|
|
|
|
# Recommended value is 0
|
|
|
|
LP_ENABLE_TIME=0
|
|
|
|
|
2012-08-14 09:59:36 -04:00
|
|
|
# vim: set et sts=4 sw=4 tw=120 ft=sh:
|