We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've noticed that smartcd reenter will cause the bash_enter script to be run twice.
smartcd reenter
bash_enter
This appears to be specific to the chpwd method, and does not happen with the following setup:
chpwd
# smartcd setup chpwd-hook smartcd setup cd smartcd setup pushd smartcd setup popd
The text was updated successfully, but these errors were encountered:
Fix interaction between chpwd/_smartcd for reenter
reenter
762dbb6
Fixes cxreg#28
Successfully merging a pull request may close this issue.
I've noticed that
smartcd reenter
will cause thebash_enter
script to be run twice.This appears to be specific to the
chpwd
method, and does not happen with the following setup:The text was updated successfully, but these errors were encountered: