Mercurial > ec-dotfiles
comparison rc/bashrc @ 468:ef65da81d2ee
Add games to PATH.
| author | Edho Arief <edho@myconan.net> | 
|---|---|
| date | Thu, 06 Jun 2013 19:29:27 +0900 | 
| parents | 8e194cfa2f5f | 
| children | be8a91c2fd64 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 467:8ef5ddb9b54b | 468:ef65da81d2ee | 
|---|---|
| 14 [ -f "${HOME}/.ecos_bash.before" ] && . "${HOME}/.ecos_bash.before" | 14 [ -f "${HOME}/.ecos_bash.before" ] && . "${HOME}/.ecos_bash.before" | 
| 15 | 15 | 
| 16 _org_path="${PATH}" | 16 _org_path="${PATH}" | 
| 17 | 17 | 
| 18 # Basic PATH | 18 # Basic PATH | 
| 19 export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" | 19 export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/games" | 
| 20 | 20 | 
| 21 # pkgsrc | 21 # pkgsrc | 
| 22 if test -d /usr/pkg; then | 22 if test -d /usr/pkg; then | 
| 23 PATH="${PATH}:/usr/pkg/bin:/usr/pkg/sbin" | 23 PATH="${PATH}:/usr/pkg/bin:/usr/pkg/sbin" | 
| 24 if test -d /usr/pkg/java/openjdk7; then | 24 if test -d /usr/pkg/java/openjdk7; then | 
