From f6e41f7ff1fd53c22dc6c907b2a096bf8df8a46a Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 7 Aug 2013 16:30:37 +0800 Subject: [PATCH] Add $HOME/bin to PATH. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 44c352d..45742cd 100644 --- a/.bashrc +++ b/.bashrc @@ -29,7 +29,7 @@ export EDITOR="vim" export GIT_PAGER="less" export LESS="-EfmrSwX" export LSCOLORS="gxfxcxdxbxegedabagacad" -export PATH="/usr/local/sbin:/usr/sbin:/sbin:$PATH" +export PATH="$HOME/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH" export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/" # function http10()