diff options
author | Eric <192110+scribe@users.noreply.github.com> | 2021-12-17 17:12:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 16:12:31 -0800 |
commit | 8d02dabbb616a149d23ab5668b6db5428d5182ac (patch) | |
tree | 9182fc255d7e15cac26504bd40b097932d636b3e | |
parent | 1e263e245d2760bd3bc35d81c761ad00f0d0a83f (diff) | |
download | zsh-8d02dabbb616a149d23ab5668b6db5428d5182ac.tar.gz zsh-8d02dabbb616a149d23ab5668b6db5428d5182ac.tar.bz2 zsh-8d02dabbb616a149d23ab5668b6db5428d5182ac.zip |
docs(README): Document .pre-oh-my-zsh (#10315)
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ Oh My Zsh is installed by running one of the following commands in your terminal | **wget** | `sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | | **fetch** | `sh -c "$(fetch -o - https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | +_Note that previous configuration in `.zshrc` will be placed in `.pre-oh-my-zsh`. After installation you can move configuration you want to preserve into `.zshrc`._ + #### Manual inspection It's a good idea to inspect the install script from projects you don't yet know. You can do |