aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz/net>2018-08-05 17:09:57 +0200
committerneodarz <neodarz@neodarz/net>2018-08-05 17:09:57 +0200
commitfd4cc1836b8b0cffdd5bd9108fe79b708c28935c (patch)
tree61c6de7c449ed2dc3339414ba50d90654d093048
parent59dbc40054f3d9db14e067ae0f6cbc6aca5933f4 (diff)
downloaddotfiles_ascii-fd4cc1836b8b0cffdd5bd9108fe79b708c28935c.tar.xz
dotfiles_ascii-fd4cc1836b8b0cffdd5bd9108fe79b708c28935c.zip
Set correct path for zsh system clipboard
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 017792a..c323ce4 100755
--- a/install.sh
+++ b/install.sh
@@ -43,7 +43,7 @@
#git clone git://github.com/zsh-users/zsh-history-substring-search ~/.zsh/plugins/zsh-history-substring-search
#git clone git://github.com/zsh-users/zsh-syntax-highlighting ~/.zsh/plugins/zsh-syntax-highlighting
#git clone https://github.com/zsh-users/zsh-completions ~/.zsh/plugins/zsh-completions
-#git clone https://github.com/NeodarZ/zsh-system-clipboard.git ~/.zsh/plugins/zsh-system-clipboard.git
+#git clone https://github.com/kutsan/zsh-system-clipboard ~/.zsh/plugins/zsh-system-clipboard
#chsh -s $(which zsh)