From: Antoine Stevan <44101798+a2n-s@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:50:24 +0000 (+0200) Subject: move .xonshrc to `XDG_CONFIG_HOME/xonsh/xonshrc` (#86) X-Git-Tag: v0.2.0.1~28 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/4fc77c66d265e72ae272980f6e52077bda35d68e?ds=inline move .xonshrc to `XDG_CONFIG_HOME/xonsh/xonshrc` (#86) Co-authored-by: a2n-s <44101798+AntoineStevan@users.noreply.github.com> --- diff --git a/programs/xonsh.json b/programs/xonsh.json index ea1ba11..faa2fdd 100644 --- a/programs/xonsh.json +++ b/programs/xonsh.json @@ -1,8 +1,8 @@ { "files": [ { - "help": "Currently unsupported. No information found.\n", - "movable": false, + "help": "Alias xonsh to use a custom configuration location:\n\n```bash\nalias xonsh=\"xonsh --rc $XDG_CONFIG_HOME/xonsh/xonshrc\"\n```\n", + "movable": true, "path": "$HOME/.xonshrc" }, { @@ -12,4 +12,4 @@ } ], "name": "xonsh" -} \ No newline at end of file +}