diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-13 15:24:45 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-13 15:24:45 +0300 |
commit | a28d45005ea6c48f013c9feed888b6b9e159dc2f (patch) | |
tree | 34558834e7393ff6db5241a8dd2068459eb01541 /config/p10k-classic.zsh | |
parent | cfc35853dfd4ff8a1bbcbe43f11c6d71c5233148 (diff) | |
parent | d0edcbc9662f20a16f16bc5c70df2c97fdc2a093 (diff) |
Merge branch 'master' of github.com:romkatv/powerlevel10k
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 83eb89ac..6379158b 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -503,7 +503,7 @@ typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='✘' ###################[ command_execution_time: duration of the last command ]################### - # Show duration of the last command if takes longer than this many seconds. + # Show duration of the last command if takes at least this many seconds. typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=3 # Show this many fractional digits. Zero means round to seconds. typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION=0 |