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)"