Updated .zshrc
This commit is contained in:
8
.zshrc
8
.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user