From: Willenbrink Date: Mon, 30 May 2022 14:39:44 +0000 (+0200) Subject: Update cabal and opam description (#71) X-Git-Tag: v0.2.0.0~4 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/9bd089482db1909ce29654d02b404e45c4d81409?ds=inline Update cabal and opam description (#71) --- diff --git a/programs/cabal.json b/programs/cabal.json index 01444df..8627987 100644 --- a/programs/cabal.json +++ b/programs/cabal.json @@ -3,7 +3,7 @@ { "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" diff --git a/programs/opam.json b/programs/opam.json index 9788eb6..7a5d3ce 100644 --- a/programs/opam.json +++ b/programs/opam.json @@ -3,8 +3,8 @@ { "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 +}