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
Because gitprompt.sh uses command cd to find __GIT_PROMPT_DIR it breaks if $CDPATH is used and exported.
gitprompt.sh
command cd
__GIT_PROMPT_DIR
$CDPATH
The text was updated successfully, but these errors were encountered:
Fix incompatibility with an exported $CDPATH, fixes magicmonty#501
5cd7e35
Because gitprompt.sh uses command cd to find __GIT_PROMPT_DIR it breaks if $CDPATH is used and exported. * Add unset CDPATH
@benvaljean Can you double chedk with the latest version of this is still an issue?
Sorry, something went wrong.
Hello,
In the issue #517, the maintainer has announced his retirement from this project.
I forked it on https://github.com/rakotomandimby/bash-git-prompt, and if this issue is still relevant, I kindly ask you to re-create it over there, and provide the pull request over there.
Thank you
No branches or pull requests
Because
gitprompt.sh
usescommand cd
to find__GIT_PROMPT_DIR
it breaks if$CDPATH
is used and exported.The text was updated successfully, but these errors were encountered: