From: Pierre-Paul L. <pp...@nb...> - 2004-08-17 19:24:14
|
On Tue, Aug 17, 2004 at 09:12:22AM -0700, tim rau wrote: > I did not know where else to send this, maybeyou > should have a cupport e-mail or something. I am > something of a noob to linux, thus I can't figure out > how to set environmental variables, or whatever needs > to be done to get my name on the score list. Please > help me. You might explain it a little. It depends on your shell. in csh it is: setenv XSFCAVE_NICKNAME john In bash XSFCAVE_NICKNAME=john export XSFCAVE_NICKNAME Or something like that. I don't use bash. Let me know if it doesn't work. I expect to use a command line argument for the nickname in the next version. Should be easier. Good luck, ppl |