mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
shell/liquidpromt: remove settings, which are default values
This commit is contained in:
parent
dd69b0f91f
commit
40fa23a90e
1 changed files with 1 additions and 8 deletions
|
@ -8,16 +8,9 @@ if [ -z "${IN_NIX_SHELL}" ]; then
|
|||
LP_ENABLE_TEMP=0
|
||||
LP_ENABLE_BATT=0
|
||||
LP_ENABLE_SUDO=1
|
||||
LP_ENABLE_LOAD=1
|
||||
|
||||
# Show the time for commands executing longer than five seconds
|
||||
LP_ENABLE_RUNTIME=1
|
||||
# Show the time for commands executing longer than 5 seconds
|
||||
LP_RUNTIME_THRESHOLD=5
|
||||
|
||||
# Ring the bell after termination for commands running longer than a minute
|
||||
# It's likely that I switched away in the meantime
|
||||
LP_ENABLE_RUNTIME_BELL=1
|
||||
LP_ENABLE_RUNTIME_BELL_THRESHOLD=60
|
||||
|
||||
source ~/.liquidprompt/liquidprompt
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue