mirror of https://github.com/jenv/jenv.git
Browse Source
Some users prefer to unify their bash and zsh profile variables by having .zprofile reference .profile as follows: > emulate bash > . $HOME/.profile > emulate zsh This causes export_jenv_hook to fail with "unknown condition: -z" as apparently the if clause uses zsh specific syntax. This commit forces 'emulate zsh' before executing the zsh init, then returns the emulation settings after the zsh commands.pull/131/head
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue