You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In README presently setup step is to source into ~/.bash_profile but this doesn't seem to work for a tool we have which spawns a child shell as that is a non-login shell that appends to the PS1 already set which contains an invocation of prompt_git:
@erikbryant pointed me to this article about startup file loading order for bash https://medium.com/@rajsek/zsh-bash-startup-files-loading-order-bashrc-zshrc-etc-e30045652f2e
In README presently setup step is to source into
~/.bash_profile
but this doesn't seem to work for a tool we have which spawns a child shell as that is a non-login shell that appends to the PS1 already set which contains an invocation ofprompt_git
:dotfiles/bash_prompt.sh
Line 104 in 3577458
The text was updated successfully, but these errors were encountered: