Add default command_duration configuration exports
parent
790252cc9b
commit
9d3f28a8cc
|
|
@ -51,6 +51,13 @@ export SCM_CHECK=true
|
||||||
# Will otherwise fall back on $USER.
|
# Will otherwise fall back on $USER.
|
||||||
#export SHORT_USER=${USER:0:8}
|
#export SHORT_USER=${USER:0:8}
|
||||||
|
|
||||||
|
# If your theme use command duration, uncomment this to
|
||||||
|
# enable display of last command duration.
|
||||||
|
#export BASH_IT_COMMAND_DURATION=true
|
||||||
|
# You can choose the minimum time in seconds before
|
||||||
|
# command duration is displayed.
|
||||||
|
#export COMMAND_DURATION_MIN_SECONDS=1
|
||||||
|
|
||||||
# Set Xterm/screen/Tmux title with shortened command and directory.
|
# Set Xterm/screen/Tmux title with shortened command and directory.
|
||||||
# Uncomment this to set.
|
# Uncomment this to set.
|
||||||
#export SHORT_TERM_LINE=true
|
#export SHORT_TERM_LINE=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue