ZSH plugin to display duration of command
- Shell 100%
| cmdtime.plugin.zsh | ||
| LICENSE | ||
| README.md | ||
| scrn.png | ||
cmdtime
ZSH plugin to display the duration of a command to the terminal forked from the timer plugin.
Installation
To install clone this repo into ~/.oh-my-zsh/custom/plugins/:
$ cd ~/.oh-my-zsh/custom/plugins
$ git clone https://github.com/tom-auger/cmdtime
Then edit ~/.zshrc and add to the list of plugins:
plugins=(cmdtime other_plugins)
Reload your ZSH config to apply:
$ source ~/.zshrc
Fork changes:
Changed the cmdtime output to be on a newline rather than deleting output chars
