diff --git a/.gitmodules b/.gitmodules index 7826ded..d1c384d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule ".oh-my-zsh/custom/plugins/zsh-autosuggestions"] path = .oh-my-zsh/custom/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions +[submodule ".oh-my-zsh/custom/plugins/cmdtime"] + path = .oh-my-zsh/custom/plugins/cmdtime + url = https://github.com/tom-auger/cmdtime diff --git a/.oh-my-zsh/custom/plugins/cmdtime b/.oh-my-zsh/custom/plugins/cmdtime new file mode 160000 index 0000000..ffc7264 --- /dev/null +++ b/.oh-my-zsh/custom/plugins/cmdtime @@ -0,0 +1 @@ +Subproject commit ffc72641dcfa0ee6666ceb1dc712b61be30a1e8b diff --git a/.zshrc b/.zshrc index e65be19..fabaa29 100644 --- a/.zshrc +++ b/.zshrc @@ -74,6 +74,7 @@ plugins=( git zsh-syntax-highlighting zsh-autosuggestions + cmdtime ) source $ZSH/oh-my-zsh.sh