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
.
Asked
Active
Viewed 998 times
0

ele
- 6,021
- 5
- 25
- 35
1 Answers
1
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.

Patrick
- 13,872
- 5
- 35
- 53
-
Thanks. I didn't have any trouble when I did it. – ele Oct 30 '13 at 13:12