diff options
author | neodarz <neodarz@neodarz/net> | 2018-08-05 17:09:57 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz/net> | 2018-08-05 17:09:57 +0200 |
commit | fd4cc1836b8b0cffdd5bd9108fe79b708c28935c (patch) | |
tree | 61c6de7c449ed2dc3339414ba50d90654d093048 | |
parent | 59dbc40054f3d9db14e067ae0f6cbc6aca5933f4 (diff) | |
download | dotfiles_ascii-fd4cc1836b8b0cffdd5bd9108fe79b708c28935c.tar.xz dotfiles_ascii-fd4cc1836b8b0cffdd5bd9108fe79b708c28935c.zip |
Set correct path for zsh system clipboard
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |