Merge pull request #424 from zillou/readme-command-fix

Fix syntax for OS X path_helper directions in README
This commit is contained in:
Geoff Harcourt 2015-10-03 10:33:17 -04:00
commit 644c65df95

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
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
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.
You can rename the file to prevent it from editing your environment path after
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
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
changes made in `.zshenv`:
```shell
% sudo mv /etc/{zprofile, zshenv}
% sudo mv /etc/{zprofile,zshenv}
```
Make your own customizations