>>>>> Dylan Beaudette <[EMAIL PROTECTED]> writes:
>> .grass.bashrc
> that did it! thanks.
It may worth to ``include'' ~/.bashrc from ~/.grass.bashrc, e. g.:
--cut: .grass.bashrc--
if [ -r "$HOME"/.bashrc ]; then
. "$HOME"/.bashrc
fi
--cut: .grass.bashrc--
(Just as ~/.bashrc typically sources /etc/bashrc.)
This way, you should get all the aliases, Shell variables &
functions defined in ~/.bashrc defined in GRASS as well. (But
you'll need to be sure that your ~/.bashrc won't interfere with
GRASS.)
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user