zsh-command-time icon indicating copy to clipboard operation
zsh-command-time copied to clipboard

If command execution time above min. time, plugins WILL output time.

Open sisrfeng opened this issue 4 years ago • 0 comments

Hi, should the word "not" be remove? : "# If command execution time above min. time, plugins will not output time."

If command execution time above min. time, plugins WILL output time.

ZSH_COMMAND_TIME_MIN_SECONDS=3
# Message to display (set to "" for disable).
ZSH_COMMAND_TIME_MSG="Execution time: %s sec"
# Message color.
ZSH_COMMAND_TIME_COLOR="cyan"
# Exclude some commands
ZSH_COMMAND_TIME_EXCLUDE=(vim vscode)

sisrfeng avatar Sep 11 '21 02:09 sisrfeng