diff --git a/zsh/completion b/zsh/completion index 2ec2dce..b7e508a 100644 --- a/zsh/completion +++ b/zsh/completion @@ -1,5 +1,5 @@ -# homebrew completions -fpath=(/usr/local/share/zsh-completions $fpath) +# archmac completions +fpath=(/opt/arch/share/zsh/site-functions $fpath) # Use modern completion system autoload -Uz compinit