changeset 345:ea7214e4272b

[rc/bashrc] Search for python26 in local dirs, too.
author Edho Arief <edho@myconan.net>
date Tue, 03 Apr 2012 16:31:29 +0000
parents 759f9a63a497
children 31da7601cace
files rc/bashrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bashrc	Tue Apr 03 11:02:19 2012 +0000
+++ b/rc/bashrc	Tue Apr 03 16:31:29 2012 +0000
@@ -134,7 +134,7 @@
 unset _grep
 
 # Custom application I usually install and safe to prioritize
-for i in {"${HOME}/app","/opt"{,"/${USER:-$LOGNAME}"}}/{tmux,ruby19,node,tarsnap,symon,nginx}/{bin,sbin}; do
+for i in {"${HOME}/app","/opt"{,"/${USER:-$LOGNAME}"}}/{tmux,ruby19,python26,node,tarsnap,symon,nginx}/{bin,sbin}; do
   [ -d "${i}" ] && PATH="${i}:${PATH}"
 done
 # New(?) rubygems bin PATH