diff --git a/zshrc b/zshrc index 088ab30..b4011d6 100644 --- a/zshrc +++ b/zshrc @@ -89,16 +89,16 @@ bindKeysZshHistoryLinux() { } test -e /usr/local/opt/zsh-history-substring-search/zsh-history-substring-search.zsh \ && source /usr/local/opt/zsh-history-substring-search/zsh-history-substring-search.zsh -test -e /usr/opt/zsh-history-substring-search/zsh-history-substring-search.zsh \ -&& source /usr/opt/zsh-history-substring-search/zsh-history-substring-search.zsh +test -e /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh \ +&& source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh test "$platform" = 'osx' && bindKeysZshHistoryOSX test "$platform" = 'linux' && bindKeysZshHistoryLinux # ZSH autosuggestions test -e /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh \ && source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh -test -e /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh \ -&& source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh +test -e /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh \ +&& source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # You may need to manually set your language environment export LANG=en_GB.UTF-8