{
"path": "$HOME/.cabal",
"movable": true,
- "help": "Export the following environment variables:\n\n```bash\nexport CABAL_CONFIG=\"$XDG_CONFIG_HOME\"/cabal/config\nexport CABAL_DIR=\"$XDG_CACHE_HOME\"/cabal\n```\n"
+ "help": "Export the following environment variables:\n\n```bash\nexport CABAL_CONFIG=\"$XDG_CONFIG_HOME\"/cabal/config\nexport CABAL_DIR=\"$XDG_DATA_HOME\"/cabal\n```\n"
}
],
"name": "cabal"
{
"path": "$HOME/.opam",
"movable": true,
- "help": "Export the following environment variables:\n\n```bash\nexport OPAMROOT=\"$XDG_DATA_HOME/opam\" \n```\n"
+ "help": "Export the following environment variables:\n\n```bash\nexport OPAMROOT=\"$XDG_DATA_HOME/opam\" \n```\nRun ```opam init``` to re-initialize it and check the results with ```opam env -v```."
}
],
"name": "opam"
-}
\ No newline at end of file
+}