From c71fe917cf9980479b081941476e159f98ae19b0 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Fri, 12 Apr 2024 14:58:12 +0200 Subject: [PATCH] feat(zsh): Add syntax highlighting Signed-off-by: Noah Knegt --- .zshrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index b89396b..cc2ec92 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,8 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -ZSH=/usr/share/oh-my-zsh/ +ZSH_CORE=/usr/share/zsh/ +ZSH=$HOME/.oh-my-zsh/ # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, @@ -90,7 +91,6 @@ plugins=( themes tmux vscode - zsh-autosuggestions ) @@ -130,6 +130,9 @@ source $ZSH/oh-my-zsh.sh source $HOME/.config/zsh/alias.zsh source $HOME/.config/zsh/env.zsh +source $ZSH_CORE/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source $ZSH_CORE/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh + # Starship rs eval "$(starship init zsh)"