Mercurial > ec-dotfiles
comparison rc/bashrc @ 384:f2a5dd14fdff
Merge branch 'master' of http://github.com/edogawaconan/ecos
| author | Edho Arief <edho@myconan.net> | 
|---|---|
| date | Wed, 25 Jul 2012 04:36:02 +0700 | 
| parents | 7ceaf3cd8eea | 
| children | 3e6324183eb4 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 383:9b47effe702f | 384:f2a5dd14fdff | 
|---|---|
| 16 # Nuke currently defined functions | 16 # Nuke currently defined functions | 
| 17 unset -f $(set | grep -E ' ()$' | cut -d ' ' -f 1) | 17 unset -f $(set | grep -E ' ()$' | cut -d ' ' -f 1) | 
| 18 | 18 | 
| 19 # Nuke bash-completion | 19 # Nuke bash-completion | 
| 20 complete -r | 20 complete -r | 
| 21 | |
| 22 # Nuke aliases | |
| 23 unalias -a | |
| 21 | 24 | 
| 22 _org_path="${PATH}" | 25 _org_path="${PATH}" | 
| 23 export PATH="${HOME}/.ecos_bin:${HOME}/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" | 26 export PATH="${HOME}/.ecos_bin:${HOME}/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" | 
| 24 # OpenJDK in pkgsrc | 27 # OpenJDK in pkgsrc | 
| 25 PATH="${PATH}:/usr/pkg/java/openjdk7/bin" | 28 PATH="${PATH}:/usr/pkg/java/openjdk7/bin" | 
