From b6f923ad13be5c29c9dd2b2900dd4e11cc75cc1a Mon Sep 17 00:00:00 2001 From: computer Date: Tue, 7 Dec 2021 13:12:57 -0500 Subject: [PATCH] fixup --- hasql.nixc.us/zsh-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hasql.nixc.us/zsh-setup.sh b/hasql.nixc.us/zsh-setup.sh index 9318d82..0ebfe18 100644 --- a/hasql.nixc.us/zsh-setup.sh +++ b/hasql.nixc.us/zsh-setup.sh @@ -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}/.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/.oh-my-zsh/custom/plugins/command-time ## Configure plugins and envvars. cat <> ~/.zshrc # If command execution time above min. time, plugins will not output time.