Fix a command in README

This commit is contained in:
Derrick Zhang 2015-10-03 22:18:14 +08:00
parent 15de0bcfee
commit a3337fe6a1

View file

@ -45,16 +45,16 @@ You can safely run `rcup` multiple times to update:
You should run `rcup` after pulling a new version of the repository to symlink You should run `rcup` after pulling a new version of the repository to symlink
any new files in the repository. any new files in the repository.
#### Note for OS X El Capitan Users #### Note for OS X El Capitan Users
OS X El Capitan (10.11) calls `path_helper` from `/etc/zprofile`, which gets OS X El Capitan (10.11) calls `path_helper` from `/etc/zprofile`, which gets
sourced *after* `.zshenv`, and will reorder your path in such a way that sourced *after* `.zshenv`, and will reorder your path in such a way that
installed software such as Ruby, rbenv, Homebrew, etc. may not work correctly. installed software such as Ruby, rbenv, Homebrew, etc. may not work correctly.
You can rename the file to prevent it from editing your environment path after You can rename the file to prevent it from editing your environment path after
changes made in `.zshenv`: changes made in `.zshenv`:
```shell ```shell
% sudo mv /etc/{zprofile, zshenv} % sudo mv /etc/{zprofile,zshenv}
``` ```
Make your own customizations Make your own customizations