We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: