Mercurial > ec-dotfiles
comparison rc/bashrc @ 419:587abe573053
Added PATH for pgdg 9.2.
Sure has been ages last time I tried that :/
| author | Edho Arief <edho@myconan.net> | 
|---|---|
| date | Tue, 11 Dec 2012 16:15:34 -0500 | 
| parents | e47f64f0dec0 | 
| children | 9d016276d889 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 418:c0ac21407903 | 419:587abe573053 | 
|---|---|
| 29 # OpenBSD X11 | 29 # OpenBSD X11 | 
| 30 test -d /usr/X11R6/bin && PATH="${PATH}:/usr/X11R6/bin" | 30 test -d /usr/X11R6/bin && PATH="${PATH}:/usr/X11R6/bin" | 
| 31 # PostgreSQL Yum | 31 # PostgreSQL Yum | 
| 32 test -d /usr/pgsql-8.4 && PATH="/usr/pgsql-8.4/bin:${PATH}" | 32 test -d /usr/pgsql-8.4 && PATH="/usr/pgsql-8.4/bin:${PATH}" | 
| 33 test -d /usr/pgsql-9.1 && PATH="/usr/pgsql-9.1/bin:${PATH}" | 33 test -d /usr/pgsql-9.1 && PATH="/usr/pgsql-9.1/bin:${PATH}" | 
| 34 test -d /usr/pgsql-9.2 && PATH="/usr/pgsql-9.2/bin:${PATH}" | |
| 34 | 35 | 
| 35 # Nuke currently defined functions | 36 # Nuke currently defined functions | 
| 36 unset -f $(set | grep ' \(\)$' | cut -d ' ' -f 1) | 37 unset -f $(set | grep ' \(\)$' | cut -d ' ' -f 1) | 
| 37 | 38 | 
| 38 # Nuke bash-completion | 39 # Nuke bash-completion | 
