]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/xonsh.json
Merge pull request #278 from pavelskipenes/pciutils
[xdg-ninja.git] / programs / xonsh.json
index faa2fdd98f89465a82b2fdfad67b89ac49d1a6d6..b8719366e3297017cd68feedd4979695d9888839 100644 (file)
@@ -6,7 +6,7 @@
             "path": "$HOME/.xonshrc"
         },
         {
-            "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",
+            "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",
             "movable": true,
             "path": "$HOME/.oh-my-xonsh"
         }