Removing mentions of $PATH, using zsh $path instead

This commit is contained in:
Jake Bell 2014-07-23 20:29:30 -05:00
commit 3e5b128c2d
4 changed files with 4 additions and 4 deletions

View file

@ -48,4 +48,4 @@ alias cdu='composer dump-autoload'
alias cget='curl -s https://getcomposer.org/installer | php'
# Add Composer's global binaries to PATH
export PATH=$PATH:~/.composer/vendor/bin
path+=(~/.composer/vendor/bin)