Joined October 2012
·
Achievements
98 Karma
1,606 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Bear
Have at least one original repo where Objective-C is the dominant language
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Cub
Have at least one original jQuery or Prototype open source repo
I think there's a better way to do this. Ultimately, /etc/zshenv is sourced with every ZSH shell, including non-interactive.
path_helper
is needed to fix the path in interactive shells only. If we move/etc/zshenv
to/etc/zprofile
, it'll only get sourced in login shells, and won't interfere with vim.sudo mv /etc/{zshenv,zprofile}
More info: https://github.com/sorin-ionescu/prezto/issues/381
This fixed the issue for me, and I was still able to leave the path helper functionality intact.