Hide octave-workspace file from home directory

后端 未结 2 513
不思量自难忘°
不思量自难忘° 2021-01-22 02:51

I would like to change the file octave-workspace from my home directory, simply renaming it to .octave_workspace. How can I manage to make octave recog

2条回答
  •  清歌不尽
    2021-01-22 03:36

    That is the purpose of the octave_core_file_name() function.

    Add the following to your .octaverc file:

    octave_core_file_name (".octave-workspace")
    

提交回复
热议问题