From 0a7fd86ce28b9a13ea7cb84ea6371c8661881146 Mon Sep 17 00:00:00 2001 From: pfych Date: Wed, 8 Jan 2025 16:53:11 +1100 Subject: [PATCH] Fix syntax highlighting on linux --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 32edc4a..e6785db 100644 --- a/.zshrc +++ b/.zshrc @@ -14,7 +14,7 @@ if [[ $(uname) == "Darwin" ]]; then else export PATH="${PATH}:${HOME}/.local/bin:/usr/local/sbin:${HOME}/.local/share/gem/ruby/2.0.0/bin:/usr/local/bin" source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh - source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh + source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh fi export CONFIGDIR="${HOME}/.config"