We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8883912 commit 0a7d1cdCopy full SHA for 0a7d1cd
.zshrc
@@ -11,7 +11,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
11
fi
12
13
# oh-my-zsh setup
14
-export plugins=(git z zsh-vi-mode zsh-autosuggestions zsh-syntax-highlighting)
+export plugins=(git z zsh-vi-mode zsh-autosuggestions zsh-syntax-highlighting copybuffer)
15
export ZSH="$HOME/.oh-my-zsh"
16
export CASE_SENSITIVE="false"
17
export HYPHEN_INSENSITIVE="true"
0 commit comments