Skip to content

Commit

Permalink
Fix autcomplete path for zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Boyko committed Sep 9, 2019
1 parent ff8c903 commit 5a22e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a22e5d

Please sign in to comment.