top | item 2149456

(no title)

CamT | 15 years ago

I believe that vim sources env files rather than rc. For example, any aliases placed in my zshenv are available in vim but those in zshrc are not. I would imagine that applies to other shells as well.

discuss

order

graywh|15 years ago

Zsh always source zshenv, regardless of login/interactive options. AFAIK, Bash has no equivalent.