A dotfiles project of mine. Use at your own risk.
Since OS X 10.7,
/etc/zshenv
has been moved to/etc/zprofile
by Apple, try to solve this by executingsudo mv /etc/zprofile /etc/zshenv
.
To expose $ZDOTDIR
in the system-wide zshenv
file:
sudo echo "\n[[ -d \"\${HOME}/.zsh\" ]] && export ZDOTDIR=\"\${HOME}/.zsh\"\n" >> /etc/zshenv
- uwabami & his zsh へ移行中
- daxanya1 & his OS X Mavericks にまっさらな状態から環境設定してみる