diff .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
line wrap: on
line diff
--- a/.shell.d/50.common_env.sh
+++ b/.shell.d/50.common_env.sh
@@ -21,4 +21,4 @@ insert_element_into_var /opt/hg/lib/pyth
 
 insert_path_element /opt/hg/bin
 
-export HGRCPATH="$HOME/.hgrc:$HOME/.private/hgrc"
+export HGRCPATH="$HOME/.hgrc:$HOME/.private/hgrc:$HOME/.hgrc-$(hostname)"