Change zsh plugings source for autosuggestions and syntax highlighting to git instead of arch package

This commit is contained in:
flyingscorpio@arch-desktop 2021-02-13 17:06:20 +01:00
parent ed33809680
commit 3e0abb8445

View file

@ -79,6 +79,8 @@ source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# SYNTAX HIGHLIGHTING AND AUTOSUGGESTIONS
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source "$HOME/github_dotfiles/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!
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source "$HOME/github_dotfiles/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh" # when using git
#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh # when using Arch package