scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 191 forks source link

Installation fails on yosemite #157

Open everson opened 9 years ago

everson commented 9 years ago

I've been using scm_breeze without issues on OSX Mavericks for many months now. After doing a fresh install of Yosemite, trying to install failed since there was no .bashrc or .bash_profile. In such cases, I would be nice to auto create the file or alert the user. Copying the .bash_profile from Time Machine worked.

mitramejia commented 9 years ago

It dosen't work even if you have a .bash_profile. I had to create the .bashrc file and add the following line to load the scm breeze scripts:

[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && . "$HOME/.scm_breeze/scm_breeze.sh"
adzenith commented 9 years ago

I came here to report this too.

rgormley commented 9 years ago

Same, as per @mitramejia