<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Thanks, Martin.<br><br></div>Is there any good reason why grass.py imports environment variables in load_env() and writes non-/^export/ lines (r65585 does not strip out whitespaces) into MAPSET/.bashrc in bash_startup() instead of simply sourcing or fully writing .grass7/bashrc? I see a couple of problems with this two step approach.<br><br></div>1. /^export/ lines in .grass.bashrc don't work anymore with r65585. This file used to be "fully" written into MAPSET/.bashrc.<br></div>2. Conditional constructs like the following are not supported in .grass7/bashrc:<br><br></div>case $TERM in<br></div>xterm*)<br></div>export PS1=xterm # no space before export<br>  ;;<br></div>screen)<br></div>export PS1=screen<br>  ;;<br></div>esac<br><br></div>because load_env() would overwrite PS1 and bash_startup() won't write out the /^export PS1/ lines. It will work if there are whitespaces before export, but I would say that was not intended by you...<br><br></div><div>Regards,<br></div><div>Huidae<br><br></div><div><br></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 14, 2015 at 8:51 AM, Martin Landa <span dir="ltr"><<a href="mailto:landa.martin@gmail.com" target="_blank">landa.martin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
2015-07-08 18:31 GMT+02:00 Huidae Cho <<a href="mailto:grass4u@gmail.com">grass4u@gmail.com</a>>:<br>
> I think the following change has to be reverted because it breaks aliases<br>
> and custom prompts defined in ~/.grass7/bashrc. Currently, only "NAME=VALUE"<br>
> lines are parsed from this file in load_env().<br>
<br>
</span>sorry for delay, I took liberty to partly re-introduce r65307 in<br>
r65585. It should work with aliases now.<br>
<span class="HOEnZb"><font color="#888888"><br>
Martin<br>
<br>
--<br>
Martin Landa<br>
<a href="http://geo.fsv.cvut.cz/gwiki/Landa" rel="noreferrer" target="_blank">http://geo.fsv.cvut.cz/gwiki/Landa</a><br>
<a href="http://gismentors.cz/mentors/landa" rel="noreferrer" target="_blank">http://gismentors.cz/mentors/landa</a><br>
</font></span></blockquote></div><br></div>