diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-02-13 02:56:32 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-02-13 02:56:32 +0300 |
commit | 7e5bef14d76029df4474ad8cc5e3d9582fdffcd8 (patch) | |
tree | e47d13f722cb0a950660b750fcf57aa75e9e7528 /CHANGELOG.md | |
parent | 1de14df11fb3bf67958555b921f8323cda0d3d03 (diff) |
Add `command_execution_time` segment
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db1f6e5..4b27a514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ Added an option to configure the path separator. If you want something else than an ordinary slash, you could set `POWERLEVEL9K_DIR_PATH_SEPARATOR` to whatever you want. +### New segment 'command_execution_time' added + +Shows the duration a command needed to run. By default only durations over 3 seconds +are shown (can be adjusted by setting POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD). + ### New segment 'dir_writable' added This segment displays a lock icon if your user has no write permissions in the current folder. |