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