Change zsh plugings source for autosuggestions and syntax highlighting to git instead of arch package
This commit is contained in:
parent
ed33809680
commit
3e0abb8445
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue