comparison .shell.d/50.common_env.sh @ 313:615fee88aa08

HGRCPATH: auto-include opendiff configuration if opendiff is on PATH.
author Augie Fackler <durin42@gmail.com>
date Sat, 18 Jun 2011 13:21:15 -0500
parents 308c884414bc
children 1e4a6dcc043d
comparison
equal deleted inserted replaced
312:b9e92b79bb00 313:615fee88aa08
17 insert_element_into_var /opt/hg/lib/python PYTHONPATH 17 insert_element_into_var /opt/hg/lib/python PYTHONPATH
18 18
19 insert_path_element /opt/hg/bin 19 insert_path_element /opt/hg/bin
20 20
21 export HGRCPATH="$HOME/.hgrc:$HOME/.private/hgrc:$HOME/.hgrc-$(hostname)" 21 export HGRCPATH="$HOME/.hgrc:$HOME/.private/hgrc:$HOME/.hgrc-$(hostname)"
22 which opendiff > /dev/null
23 if [ $? = 0 ] ; then
24 export HGRCPATH="$HGRCPATH:$HOME/unixSoft/hgrc-opendiff"
25 fi
22 export LESS=FSRX 26 export LESS=FSRX