mac版のzshが、/etc/paths 読まない仕様になってた

mac版のzshが、/etc/paths 読まない仕様になってたみたい。

latest zsh does not respect paths in /etc/paths.d anymore

--enable-etcdir オプションつけてインストールし直した。

brew uninstall zsh<br />
brew install zsh --enable-etcdir



dockerいれようと boot2docker init したら
sysctl: command not found
になって気がついた。(/usr/sbin にPATHがとおってなかった。)