Skip to content

Commit 83f852f

Browse files
committed
.zshenv should be used to set PATH with zsh., not .zprofile.
1 parent 5228009 commit 83f852f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before installing this plugin, you must ensure that `csslint` is installed on yo
1616
npm install -g csslint
1717
```
1818

19-
1. If you are using `nvm` and `zsh`, ensure that the line to load `nvm` is in `.zprofile` and not `.zshrc`.
19+
1. If you are using `nvm` and `zsh`, ensure that the line to load `nvm` is in `.zshenv` and not `.zshrc`.
2020

2121
Once csslint is installed, you can proceed to install the SublimeLinter-csslint plugin if it is not yet installed.
2222

0 commit comments

Comments
 (0)