Fix a command in README
This commit is contained in:
parent
15de0bcfee
commit
a3337fe6a1
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue