diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-08-24 14:55:42 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-08-24 14:55:42 +0200 |
commit | 2078f4ebf20b7c685a4a863d50d0516646296bc6 (patch) | |
tree | 6e360f9724f450995b89f79dd6905629bd7bc879 | |
parent | f7b09bc79a7eb416e2212aaacbde56f7b0fac150 (diff) | |
download | dotfiles_ascii-2078f4ebf20b7c685a4a863d50d0516646296bc6.tar.xz dotfiles_ascii-2078f4ebf20b7c685a4a863d50d0516646296bc6.zip |
Fix zsh-completions command install
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ yaourt -S otf-fira-code #git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/plugins/zsh-autosuggestions #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/ +#git clone https://github.com/zsh-users/zsh-completions ~/.zsh/plugins/zsh-completions #stow vim |