Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh 5.4.1 changes how alias expansion during function def works #4132

Merged
merged 2 commits into from
Aug 24, 2017
Merged

zsh 5.4.1 changes how alias expansion during function def works #4132

merged 2 commits into from
Aug 24, 2017

Conversation

rys
Copy link
Contributor

@rys rys commented Aug 23, 2017

This change introduces a backwards compatible fix, recommended by
the zsh maintainers
. Our cd(), pushd() and popd() are now defined
properly.

Changes proposed in this pull request:

  • Small update to how shell init happens in zsh, to fix a bug under 5.4.1

This change introduces a backwards compatible fix, recommended by
the zsh maintainers. Our cd(), pushd() and popd() are now defined
properly.

Update changelog with zsh shell init fix
@rys rys added the shell: zsh label Aug 23, 2017
@rys rys requested a review from mpapis August 23, 2017 22:31
@pkuczynski pkuczynski merged commit 6ee204d into rvm:master Aug 24, 2017
@pkuczynski pkuczynski added this to the rvm-1.29.3 milestone Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants