zsh-command-time
zsh-command-time copied to clipboard
If command execution time above min. time, plugins WILL output time.
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)