]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/xonsh.json
Fix `.tmux` output suggesting incorrect target path. (#415)
[xdg-ninja.git] / programs / xonsh.json
1 {
2 "files": [
3 {
4 "help": "Supported by default.\n\nYou can move the directory to _$XDG_CONFIG_HOME/xonsh/rc.xsh.\n",
5 "movable": true,
6 "path": "$HOME/.xonshrc"
7 },
8 {
9 "help": "Supported natively.\n\nYou can move the file to _$XDG_DATA_HOME/oh-my-xonsh_ by adding the following to your xonshrc file:\n\n```python\n# set where oh-my-xonsh lives\nif not 'OMX_HOME' in ${...}:\n $OMX_HOME = p\"~/.oh-my-xonsh\"\n\n# clone omx if needed\nif not pf\"{$OMX_HOME}\".exists():\n git clone --depth=1 https://github.com/oh-my-xonsh/oh-my-xonsh $OMX_HOME\n\n# source oh-my-xonsh to give you the `omx` object\nsource $OMX_HOME/oh-my-xonsh.xsh\n```\n",
10 "movable": true,
11 "path": "$HOME/.oh-my-xonsh"
12 }
13 ],
14 "name": "xonsh"
15 }