Move ~/.local/bin into standard path.

This commit is contained in:
Gea-Suan Lin
2018-08-20 19:57:08 +08:00
parent 525987fbd4
commit e26a571bc7
4 changed files with 2 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ export HISTTIMEFORMAT="%y/%m/%d %T "
export HOMEBREW_NO_ANALYTICS=1
export LESS="-EfmrSwX"
export LSCOLORS="gxfxcxdxbxegedabagacad"
export PATH="$HOME/bin:$HOME/.config/composer/vendor/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
export PATH="$HOME/bin:$HOME/.local/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 QUILT_PATCHES="debian/patches"
#