Skip to content

Commit

Permalink
Merge pull request #264 from Midblyte/main
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n authored Sep 28, 2023
2 parents 7ceabd6 + 5c14da9 commit 47a833a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions programs/ohmyzsh.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"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"
},
{
"path": "$HOME/.zshrc.pre-oh-my-zsh-[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]_[0-9][0-9]-[0-9][0-9]-[0-9][0-9]",
"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
4 changes: 2 additions & 2 deletions programs/zsh.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"help": "Set this in your zshrc:\n\n```bash\ncompinit -d \"$XDG_CACHE_HOME\"/zsh/zcompdump-\"$ZSH_VERSION\"\n```\n",
"movable": true,
"path": "$HOME/.zcompdump"
"path": "$HOME/.zcompdump*"
},
{
"help": "Set this in your zshrc:\n\n```bash\nexport HISTFILE=\"$XDG_STATE_HOME\"/zsh/history\n```\n",
Expand Down Expand Up @@ -47,4 +47,4 @@
}
],
"name": "zsh"
}
}

0 comments on commit 47a833a

Please sign in to comment.