help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please help me change the prompt


From: Ron Crummett
Subject: Re: Please help me change the prompt
Date: Sat, 5 Sep 2009 23:04:34 -0700

create a file .octaverc in your starting directory with the following line:

PS1 ("(your prompt here)");

for example, if you want your prompt to mimic the Matlab prompt, try PS1 (">> ");

The .octaverc file can be used for other customizations as well.

Hope it helps,

-Ron

On Sat, Sep 5, 2009 at 10:01 PM, Scott Raevsky <address@hidden> wrote:
Hi,

I just installed octave on Windows.  Whenever I enter something into the prompt, I get the correct response and then on a newline the following string: "octave-3.2.2.exe:1:C:\Octave\3.2.2_gcc-4.3.0\bin".  How do I stop this from printing to the screen every time I hit enter?  It's really annoying!

Thanks!


_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]