mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
13 lines
412 B
Markdown
13 lines
412 B
Markdown
# nanotimer plugin
|
|
|
|
**Maintainer:** [2art](https://github.com/2art) <[2art@pm.me](mailto:2art@pm.me)>
|
|
|
|
This plugin adds a timer that times each executed command with down to nanoseconds acuracy, and then displays the time in right prompt.
|
|
|
|
To use it, add `nanotimer` to the plugins array of your zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... nanotimer)
|
|
```
|
|
|
|

|