Skip to content

Commit

Permalink
Update ohmyzsh.json
Browse files Browse the repository at this point in the history
Add support for .zshrc.pre-oh-my-zsh
  • Loading branch information
Midblyte authored May 16, 2023
1 parent 1ad51b6 commit b11bd6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions programs/ohmyzsh.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"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"
},
{
"path": "$HOME/.zshrc.pre-oh-my-zsh",
"movable": true,
"help": "If it exists, it is used when switching back to the default shell you had before installing Oh My Zsh. See the [FAQ](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ#how-do-i-uninstall-oh-my-zsh) for more information.\n\nYou can either back it up elsewhere or delete it.\n"
}
],
"name": "ohmyzsh"
Expand Down

0 comments on commit b11bd6a

Please sign in to comment.