From e94c4958a82748b99786806fdda522ec22d4957a Mon Sep 17 00:00:00 2001 From: Sebastian Tramp Date: Wed, 22 Aug 2012 15:13:04 +0200 Subject: [PATCH] add zsh completions functions path for brew zsh-completions --- darwin.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/darwin.zsh b/darwin.zsh index 1266a9c..816cc55 100644 --- a/darwin.zsh +++ b/darwin.zsh @@ -1,4 +1,5 @@ # @author Philipp Frischmuth +# @author Sebastian Tramp # @license http://opensource.org/licenses/gpl-license.php # # darwin specific fixes / alignments @@ -13,6 +14,9 @@ alias myls=' gls -C -F -h --color=always' export CLICOLOR=1 export LSCOLORS="gxfxcxdxbxegedabagacad" +# brew install zsh-completions +export fpath=(/usr/local/share/zsh-completions $fpath) + # activate gls colors if [[ -a $HOME/.dir_colors ]]; then if [[ "$TERM" == *256* ]]; then