Closed ranjithbhas closed 3 years ago
I'm suspecting that the bash-it isn't working, the git bash-it plugin isn't working, or the bash_it_theme isn't set correctly.
Is git auto complete working? (That's a bash-it plugin, if it is working that means that bash-it is working.) To test this, cd into a git repo and see if branch names are auto completed. "git checkout ma...."
Check out your .bash_profile, it should load bash-it and select at theme. Something like: export BASH_IT="$HOME/.bash_it" export BASH_IT_THEME='bobby'
Hi @professor Thank you so much for your response. I will check this and update you as soon as possible.
I ran into this issue and realized that for some reason my iTerm2 was configured to use zsh instead of bash. I would check if that's the case for you by running echo $0
. If it says zsh then you need to run chsh -s /bin/bash
I feel we should just add chsh -s /bin/bash
to the scripts/common/configuration-bash.sh
file since I believe iTerm2 now ships with zsh by default..
Fixed
Hi, I am trying to setup pivotal workstation in my mac. Mac Os Catalina (10.15) Macbook Pro I have finished the set up by running the command ./setup.sh java node c golang docker designer Then I cloned a github repo and it's not showing up my branch details in the command line, instead it just showing
I am expecting something like
Can someone please help me?