문제

In a clean, new environment, I'm wondering if it makes any difference (like for $PATH, for instance) whether to install Oh-My-Zsh or Homebrew first. I'll be brewing rbenv (and its resulting shims) with this setup and I'm not always confident I understand how that's affecting $PATH.

도움이 되었습니까?

해결책

Nope! no difference. In my personal zshrc, I set some oh-my-zsh vars, then set my PATH, then source oh-my-zsh.sh.

It doesn't make a difference the order in which you install them though.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top