Comment about why use git version of zsh plugins

This commit is contained in:
flyingscorpio@arch-desktop 2021-02-14 10:24:14 +01:00
parent 76ad0d8055
commit 1fa100d892

View file

@ -79,6 +79,7 @@ source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# SYNTAX HIGHLIGHTING AND AUTOSUGGESTIONS
# There is a bug making the two plugins not work together. It has been fixed upstream but at the time of writing the Arch package hasn't pulled it yet.
source "$HOME/git_clones/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh" # when using git
#source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh # when using Arch package
# The following line MUST be at the end of this file!