From 9d3f28a8cc6ea58b92eae3474ef5191b2ab4921e Mon Sep 17 00:00:00 2001 From: BarbUk Date: Sat, 21 Nov 2020 10:52:54 +0400 Subject: [PATCH] Add default command_duration configuration exports --- template/bash_profile.template.bash | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 4a840df3..75febdab 100755 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -51,6 +51,13 @@ export SCM_CHECK=true # Will otherwise fall back on $USER. #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. # Uncomment this to set. #export SHORT_TERM_LINE=true