pivotal / workstation-setup

Scripts to automatically set up a machine for development the "Tanzu Labs" way
https://github.com/pivotal/workstation-setup
MIT License
325 stars 240 forks source link

Use bash login shell to install bash-it #249

Closed skmichaelson closed 5 years ago

skmichaelson commented 5 years ago

Turns out, running source ~/.bash_profile doesn't have an impact on non-login shells. Using bash --login defaults to sourcing ~/.bash_profile.

nertzy commented 5 years ago

Sounds good to me. I’m going to try it out and then merge if it works for me.

skmichaelson commented 5 years ago

I thought this was working, but it ends up terminating your script. I'm rescinding my PR.