-
Clone this repository into
$ZSH_CUSTOM/plugins
(by default~/.oh-my-zsh/custom/plugins
)git clone https://github.com/BuonOmo/zsh-command-time ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-command-time
-
Add the plugin to the list of plugins for Oh My Zsh to load (inside
~/.zshrc
):plugins=(zsh-command-time)
-
Start a new terminal session.
-
Clone this repository somewhere on your machine. This guide will assume
~/.zsh/zsh-command-time
.git clone https://github.com/BuonOmo/zsh-command-time ~/.zsh/zsh-command-time
-
Add the following to your
.zshrc
:source ~/.zsh/zsh-command-time/zsh-command-time.zsh
-
Start a new terminal session.