comparison rc/bashrc @ 438:1094159210e0

Added p7zip.
author Edho Arief <edho@myconan.net>
date Sun, 06 Jan 2013 13:28:05 +0300
parents d6ac822569c4
children cb2d444253f4
comparison
equal deleted inserted replaced
437:bfeeb9ca2658 438:1094159210e0
169 unset _has_posix_grep 169 unset _has_posix_grep
170 unset _ls 170 unset _ls
171 unset _grep 171 unset _grep
172 172
173 # Custom application I usually install and safe to prioritize 173 # Custom application I usually install and safe to prioritize
174 for i in {"${HOME}/app","/opt"{,"/${USER:-$LOGNAME}"}}/{tmux,ruby19,python26,node,tarsnap,symon,nginx}/{bin,sbin}; do 174 for i in {"${HOME}/app","/opt"{,"/${USER:-$LOGNAME}"}}/{tmux,ruby19,python26,node,tarsnap,symon,nginx,p7zip}/{bin,sbin}; do
175 [ -d "${i}" ] && PATH="${i}:${PATH}" 175 [ -d "${i}" ] && PATH="${i}:${PATH}"
176 done 176 done
177 # New(?) rubygems bin PATH 177 # New(?) rubygems bin PATH
178 for i in {"${HOME}/app","/opt"{,"/${USER:-$LOGNAME}"}}/ruby19/lib/ruby/gems/1.9.1/bin; do 178 for i in {"${HOME}/app","/opt"{,"/${USER:-$LOGNAME}"}}/ruby19/lib/ruby/gems/1.9.1/bin; do
179 [ -d "${i}" ] && PATH="${i}:${PATH}" 179 [ -d "${i}" ] && PATH="${i}:${PATH}"