Mercurial > dotfiles.old
comparison zshrc @ 144:6b108f5f26fc
Add unite - everything target
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 14 Oct 2014 18:30:56 +0200 |
parents | 7a4e97f44baa |
children | b3fd48f2df2c |
comparison
equal
deleted
inserted
replaced
143:b910934103ac | 144:6b108f5f26fc |
---|---|
172 else | 172 else |
173 _z "$@" | 173 _z "$@" |
174 fi | 174 fi |
175 } | 175 } |
176 | 176 |
177 | |
178 PERL_MB_OPT="--install_base \"/Users/zegervdv/perl5\""; export PERL_MB_OPT; | |
179 PERL_MM_OPT="INSTALL_BASE=/Users/zegervdv/perl5"; export PERL_MM_OPT; |