Mercurial > dotfiles
comparison .shell.d/50.common_env.sh @ 206:5599a864b888
hgrc: look for a machine-specific hgrc as well
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 11 May 2010 15:32:17 -0500 |
parents | 9b48ec89ffdf |
children | 7249fab44bcd |
comparison
equal
deleted
inserted
replaced
203:e2579eeb06ba | 206:5599a864b888 |
---|---|
19 insert_element_into_var "$HOME/unixSoft/lib/python" PYTHONPATH | 19 insert_element_into_var "$HOME/unixSoft/lib/python" PYTHONPATH |
20 insert_element_into_var /opt/hg/lib/python PYTHONPATH | 20 insert_element_into_var /opt/hg/lib/python PYTHONPATH |
21 | 21 |
22 insert_path_element /opt/hg/bin | 22 insert_path_element /opt/hg/bin |
23 | 23 |
24 export HGRCPATH="$HOME/.hgrc:$HOME/.private/hgrc" | 24 export HGRCPATH="$HOME/.hgrc:$HOME/.private/hgrc:$HOME/.hgrc-$(hostname)" |