* added octave to supported programs
* the .octaverc file will not be auto generated by octave, but all the manuals point to making it in the home directory
* source: [Arch Wiki Xdg Base Directory](https://wiki.archlinux.org/title/XDG_Base_Directory#Partial)
* octave doesn't respect OCTAVE_HISTFILE varible
* octave respects XDG
* octave package mamanger by default will install packages in ~/.local/share/octave/api-v58/packages/
--- /dev/null
+{
+ "files": [
+ {
+ "help": "Export the following environment variables:\n\n```bash\nexport OCTAVE_SITE_INITFILE=\"$XDG_CONFIG_HOME/octave/octaverc\"\n```",
+ "movable": true,
+ "path": "$HOME/.octaverc"
+ }
+ ],
+ "name": "octave"
+}