Adds execution time and date of the last command to the RPROMPT
23ms < 2021-10-21 20:02:54
-
Clone this repository into
$ZSH_CUSTOM/plugins
(by default~/.oh-my-zsh/custom/plugins
)git clone https://github.com/jKatt/zsh-execution-time $ZSH_CUSTOM/plugins/execution-time
-
Add the plugin to the list of plugins for Oh My Zsh to load:
plugins=(execution-time)