Mercurial > hg > octave-lyh
diff scripts/startup/main-rcfile @ 5316:aaa6df7aa13a
[project @ 2005-04-28 15:01:33 by jwe]
author | jwe |
---|---|
date | Thu, 28 Apr 2005 15:01:34 +0000 |
parents | |
children | faafc2d98b8d |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/scripts/startup/main-rcfile @@ -0,0 +1,11 @@ +## System-wide startup file for Octave. +## +## This file should contain any commands that should be executed each +## time Octave starts for every user at this site. + +## Configure readline using the file inputrc in the Octave startup +## directory. + +read_readline_init_file (sprintf ("%s%s%s", + octave_config_info ("startupfiledir"), + filesep, "inputrc"));