Skip to content

Commit 0a7d1cd

Browse files
committed
.zshrc: add copybuffer plugin
1 parent 8883912 commit 0a7d1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
1111
fi
1212

1313
# oh-my-zsh setup
14-
export plugins=(git z zsh-vi-mode zsh-autosuggestions zsh-syntax-highlighting)
14+
export plugins=(git z zsh-vi-mode zsh-autosuggestions zsh-syntax-highlighting copybuffer)
1515
export ZSH="$HOME/.oh-my-zsh"
1616
export CASE_SENSITIVE="false"
1717
export HYPHEN_INSENSITIVE="true"

0 commit comments

Comments
 (0)