diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index 0941d77..4380941 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -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