This commit is contained in:
computer 2021-12-07 13:15:10 -05:00
parent b6f923ad13
commit d64320722d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ sed -i'' -e 's@ZSH_THEME="robbyrussell"@ZSH_THEME="pygmalion"@' $USRDIR/.zshrc
## History Substring search.
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-$USRDIR/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
## ZSH Command Execution Time
git clone https://github.com/popstas/zsh-command-time.git ${ZSH_CUSTOM:-$USRDIR/.oh-my-zsh/custom}/plugins/.oh-my-zsh/custom/plugins/command-time
git clone https://github.com/popstas/zsh-command-time.git ${ZSH_CUSTOM:-$USRDIR/.oh-my-zsh/custom}/plugins/command-time
## Configure plugins and envvars.
cat <<EOF >> ~/.zshrc
# If command execution time above min. time, plugins will not output time.