From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Fri, 13 May 2022 16:47:09 +0000 (+0200) Subject: Merge pull request #3 from duongdominhchau/main X-Git-Tag: v0.2.0.0~94 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/48718e9d3cdc3c3852a21480a8aff70528728c0f?hp=dac2f65809187c27832ee2c15c19d82981ebe6fe Merge pull request #3 from duongdominhchau/main Typo fix for rbenv, add quote to solargraph --- diff --git a/programs/rbenv.json b/programs/rbenv.json index 0ed7032..9eecae3 100644 --- a/programs/rbenv.json +++ b/programs/rbenv.json @@ -3,7 +3,7 @@ { "path": "$HOME/.rbenv", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport RBENV_ROOT=XDG_DATA_HOME/rbenv\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport RBENV_ROOT=\"$XDG_DATA_HOME\"/rbenv\n```\n" } ], "name": "rbenv" diff --git a/programs/solargraph.json b/programs/solargraph.json index 940e424..a3e57d2 100644 --- a/programs/solargraph.json +++ b/programs/solargraph.json @@ -3,7 +3,7 @@ { "path": "$HOME/.solargraph/cache/", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport SOLARGRAPH_CACHE=$XDG_CACHE_HOME/solargraph \n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport SOLARGRAPH_CACHE=\"$XDG_CACHE_HOME\"/solargraph \n```\n" } ], "name": "solargraph"