Updated .zshrc

This commit is contained in:
Kulvir
2022-02-12 15:18:06 +05:30
committed by GitHub
parent 4faa64fa8f
commit 71ae6bc14b

8
.zshrc
View File

@@ -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