Add $HOME/.config/composer/vendor/bin to $PATH.

This commit is contained in:
Gea-Suan Lin
2017-03-28 06:12:15 +08:00
parent d84a0084ee
commit 9c66411a2c
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ export HISTTIMEFORMAT="%y/%m/%d %T "
export HOMEBREW_NO_ANALYTICS=1 export HOMEBREW_NO_ANALYTICS=1
export LESS="-EfmrSwX" export LESS="-EfmrSwX"
export LSCOLORS="gxfxcxdxbxegedabagacad" export LSCOLORS="gxfxcxdxbxegedabagacad"
export PATH="$HOME/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH" export PATH="$HOME/bin:$HOME/.config/composer/vendor/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/" export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/"
export QUILT_PATCHES="debian/patches" export QUILT_PATCHES="debian/patches"
# #

2
.zshrc
View File

@@ -126,7 +126,7 @@ export HISTSIZE=2000
export HOMEBREW_NO_ANALYTICS=1 export HOMEBREW_NO_ANALYTICS=1
export LESS="-EfmrSwX" export LESS="-EfmrSwX"
export LSCOLORS="gxfxcxdxbxegedabagacad" export LSCOLORS="gxfxcxdxbxegedabagacad"
export PATH="$HOME/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH" export PATH="$HOME/bin:$HOME/.config/composer/vendor/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH"
export QUILT_PATCHES="debian/patches" export QUILT_PATCHES="debian/patches"
export SAVEHIST=2000 export SAVEHIST=2000
# #