diff --git a/plugins/nanotimer/README.md b/plugins/nanotimer/README.md new file mode 100644 index 000000000..22d33d5f1 --- /dev/null +++ b/plugins/nanotimer/README.md @@ -0,0 +1,11 @@ +# 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) +```