From 71ae6bc14bac9b8509f6c685949e7ec2cc6bc3fd Mon Sep 17 00:00:00 2001 From: Kulvir <73885344+Kulvir-parmar@users.noreply.github.com> Date: Sat, 12 Feb 2022 15:18:06 +0530 Subject: [PATCH] Updated .zshrc --- .zshrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index e1043ab..18b558d 100644 --- a/.zshrc +++ b/.zshrc @@ -48,7 +48,7 @@ ZSH_THEME="robbyrussell" # DISABLE_AUTO_TITLE="true" # Uncomment the following line to enable command auto-correction. - ENABLE_CORRECTION="true" +# ENABLE_CORRECTION="true" # Uncomment the following line to display red dots whilst waiting for completion. # You can also set it to another string to have that shown instead of the default red dots. @@ -77,8 +77,7 @@ ZSH_THEME="robbyrussell" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git - vi-mode) +plugins=(git) source $ZSH/oh-my-zsh.sh @@ -110,6 +109,9 @@ source $ZSH/oh-my-zsh.sh source ~/powerlevel10k/powerlevel10k.zsh-theme eval "$(/opt/homebrew/bin/brew shellenv)" +# Text Highlighting +source /Users/kulvir/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh