From fd4cc1836b8b0cffdd5bd9108fe79b708c28935c Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 5 Aug 2018 17:09:57 +0200 Subject: Set correct path for zsh system clipboard --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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) -- cgit v1.2.1