From 202213c232a8de8f02ef3c540f7e16dcbdfbceae Mon Sep 17 00:00:00 2001 From: computer Date: Wed, 10 Nov 2021 15:01:04 -0500 Subject: [PATCH] f --- hasql.nixc.us/zsh-setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hasql.nixc.us/zsh-setup.sh b/hasql.nixc.us/zsh-setup.sh index b933937..0b13ea1 100644 --- a/hasql.nixc.us/zsh-setup.sh +++ b/hasql.nixc.us/zsh-setup.sh @@ -11,8 +11,7 @@ echo 'export PUBLIC_IPV6=$(curl -s http://169.254.169.254/metadata/v1/interfaces ## Auto Suggestions git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions ## Syntax Highlighting - git clone https://github.com/zsh-users/zsh-syntax-highlighting.git - # echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc + git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting ## History Substring search. git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search