|
@@ -16,12 +16,16 @@ COMPLETION_WAITING_DOTS="true"
|
|
# much, much faster.
|
|
# much, much faster.
|
|
DISABLE_UNTRACKED_FILES_DIRTY="true"
|
|
DISABLE_UNTRACKED_FILES_DIRTY="true"
|
|
|
|
|
|
|
|
+ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)
|
|
|
|
+
|
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
|
# Add wisely, as too many plugins slow down shell startup.
|
|
# Add wisely, as too many plugins slow down shell startup.
|
|
plugins=(
|
|
plugins=(
|
|
git
|
|
git
|
|
|
|
+ zsh-autosuggestions
|
|
|
|
+ zsh-syntax-highlighting
|
|
)
|
|
)
|
|
|
|
|
|
source $ZSH/oh-my-zsh.sh
|
|
source $ZSH/oh-my-zsh.sh
|
|
@@ -41,7 +45,3 @@ fzf-history-widget-accept() {
|
|
}
|
|
}
|
|
zle -N fzf-history-widget-accept
|
|
zle -N fzf-history-widget-accept
|
|
bindkey '^X^R' fzf-history-widget-accept
|
|
bindkey '^X^R' fzf-history-widget-accept
|
|
-
|
|
|
|
-source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
|
|
|
-source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
|
|
|
-ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)
|
|
|