]> arthur.barton.de Git - ax-zsh.git/commitdiff
homebrew: Make code a little bit better ;-)
authorAlexander Barton <alex@barton.de>
Wed, 11 May 2016 08:16:41 +0000 (10:16 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 11 May 2016 08:18:58 +0000 (10:18 +0200)
plugins/homebrew/homebrew.zprofile

index 670a349c6c371fb21fc03df72905e6a8c62b5372..51fd2dffacee5f74ee959057baf227eee120b90c 100644 (file)
@@ -5,4 +5,4 @@
 (( $+commands[brew] )) || return
 
 [[ -d "/usr/local/share/zsh-completions" ]] \
-       && axzsh_fpath=(/usr/local/share/zsh-completions $axzsh_fpath)
+       && axzsh_fpath+=(/usr/local/share/zsh-completions)