diff options
author | Matt Strapp <matt@mattstrapp.net> | 2023-02-24 08:56:27 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2023-02-24 08:56:27 -0600 |
commit | 9ee5f53194dc494b3243f3cf160423c2c1c84ab0 (patch) | |
tree | bd4f3d62b3ae03463bb6e14a659b25c24f14dca5 /zsh/.config | |
parent | make .local/bin beginning of PATH (diff) | |
download | dotfiles-9ee5f53194dc494b3243f3cf160423c2c1c84ab0.tar dotfiles-9ee5f53194dc494b3243f3cf160423c2c1c84ab0.tar.gz dotfiles-9ee5f53194dc494b3243f3cf160423c2c1c84ab0.tar.bz2 dotfiles-9ee5f53194dc494b3243f3cf160423c2c1c84ab0.tar.lz dotfiles-9ee5f53194dc494b3243f3cf160423c2c1c84ab0.tar.xz dotfiles-9ee5f53194dc494b3243f3cf160423c2c1c84ab0.tar.zst dotfiles-9ee5f53194dc494b3243f3cf160423c2c1c84ab0.zip |
don't use plugin file
Diffstat (limited to '')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index ab3a0dd..8e5e0ca 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -83,8 +83,8 @@ case "$ID" in source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ;; arch | artix ) - source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh - source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh + source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh + source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ;; gentoo ) source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh |