From 4fc77c66d265e72ae272980f6e52077bda35d68e Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+a2n-s@users.noreply.github.com> Date: Mon, 6 Jun 2022 21:50:24 +0200 Subject: [PATCH] move .xonshrc to `XDG_CONFIG_HOME/xonsh/xonshrc` (#86) Co-authored-by: a2n-s <44101798+AntoineStevan@users.noreply.github.com> --- programs/xonsh.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +} -- 2.47.3