X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/df16aadf8a209abbe974dd419f7cbe5b5d7ec0f7..1d0b74e1ee4d6440b771db607f45e2996635318b:/programs/octave.json diff --git a/programs/octave.json b/programs/octave.json index c204532..81caad9 100644 --- a/programs/octave.json +++ b/programs/octave.json @@ -1,10 +1,20 @@ { "files": [ { - "help": "Export the following environment variables:\n\n```bash\nexport OCTAVE_SITE_INITFILE=\"$XDG_CONFIG_HOME/octave/octaverc\"\n```", + "path": "$HOME/.octaverc", "movable": true, - "path": "$HOME/.octaverc" + "help": "Export the following environment variable:\n\n```bash\nexport OCTAVE_SITE_INITFILE=\"$XDG_CONFIG_HOME/octave/octaverc\"\n```" + }, + { + "path": "$HOME/.octave_hist", + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport OCTAVE_HISTFILE=\"$XDG_STATE_HOME/octave_hist\"\n```" + }, + { + "path": "$HOME/.octave_packages", + "movable": true, + "help": "Add the following to your octaverc:\n\n```\nsource /usr/share/octave/site/m/startup/octaverc;\npkg prefix ~/.local/share/octave/packages ~/.local/share/octave/packages;\npkg local_list /home//.local/share/octave/octave_packages;\n```\n" } - ], + ], "name": "octave" }