From: Himprakash Deka Date: Tue, 28 Jun 2022 09:52:03 +0000 (+0530) Subject: Added config for oh-my-zsh (#113) X-Git-Tag: v0.2.0.1~7 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/6a8c492a94581d250fb1c706d7fe9033ea9b626a?ds=inline Added config for oh-my-zsh (#113) Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> --- diff --git a/programs/ohmyzsh.json b/programs/ohmyzsh.json new file mode 100644 index 0000000..6593cdd --- /dev/null +++ b/programs/ohmyzsh.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.oh-my-zsh", + "movable": true, + "help": "See the relevant [issue](https://github.com/ohmyzsh/ohmyzsh/issues/9543).\n\nExport the following environment variables:\n\n```bash\nexport ZSH=\"$XDG_DATA_HOME\"/oh-my-zsh \n```\n" + } + ], + "name": "ohmyzsh" +}