Add command time plugin

This commit is contained in:
2024-08-14 19:59:28 +02:00
parent aa4a1527d3
commit 7571fabeaf
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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

1
.zshrc
View File

@ -74,6 +74,7 @@ plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
cmdtime
)
source $ZSH/oh-my-zsh.sh