From 5a22e5db2412bf9ff9969ee463627659478fcda2 Mon Sep 17 00:00:00 2001 From: Alexey Boyko Date: Tue, 10 Sep 2019 02:08:07 +0300 Subject: [PATCH] Fix autcomplete path for zsh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 01a66c5..79a4cb5 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ function install_autocompletion() { local zsh_autocomplete_path="/usr/local/share/zsh/site-functions" pushd "$zsh_autocomplete_path" > /dev/null - curl -sLO "https://raw.githubusercontent.com/ketchoop/flora/master/configs/autocomplete/flora_zsh_autcomplete" + curl -sL "https://raw.githubusercontent.com/ketchoop/flora/master/configs/autocomplete/flora_zsh_autcomplete" -o _flora popd ;; bash)