Mercurial > index.cgi > dotfiles
changeset 32:29dfb30b069c
Added /usr/X11R6/bin to $PATH (Macs store some stuff there, Linux has it
mostly empty and therefore harmless to add).
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Wed, 03 Mar 2010 01:49:33 +0000 |
parents | a93f5d5278f3 |
children | f59f847377d7 |
files | .bashrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.bashrc Wed Feb 03 21:26:28 2010 +0000 +++ b/.bashrc Wed Mar 03 01:49:33 2010 +0000 @@ -40,7 +40,7 @@ # Standard-ish paths; some of these may be in place already, but if # they're not they should probably go near the front of the pack. for P in /sbin /usr/sbin /usr/local/bin /usr/local/sbin \ - /opt/local/bin /opt/local/sbin ; do + /opt/local/bin /opt/local/sbin /usr/X11R6/bin; do if [ -d $P ]; then [[ "$PATH" =~ "(^|:)$P($|:)" ]] || \ export PATH=${P}${PATH:+:$PATH}