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

Bash sessions on OS X El Capitan (10.11) let source prompt.sh fail #100

Open
TimRobinNet opened this issue Oct 21, 2016 · 0 comments
Open

Comments

@TimRobinNet
Copy link

When having bash sessions enabled (system default) and trying to run source prompt.sh, the following problem arises in prompt.sh:5
After executing DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )", $DIR contains /Users/tim/oh-my-git Saving session... ...saving history...truncating history files... ...completed., which obviously messes with the rest of the program.

Disabling bash sessions (http://stackoverflow.com/questions/32418438/how-can-i-disable-bash-sessions-in-os-x-el-capitan) solves the issue, but it would be nice to have a solution that wouldn't require this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant