|
From: Etan R. <de...@un...> - 2011-03-20 16:58:48
|
On Sun, Mar 20, 2011 at 02:42:09AM +0800, Thomas Anderson wrote:
<snip>
> How can I change the default terminal and adding environment variable
> e.g. `export ...` or `program&`?
At the top of cfg_notion.lua (if you don't have one in ~/.notion you
should copy it from the system location to there) there is a commented out
line:
--XTERM="xterm"
uncomment that (remove the --) and set it to whatever terminal you want it
to run.
That being said I'm not sure sure setting environment variables or running
more than one command is going to work well that way. What are you trying
to accomplish by doing that?
-Etan
|