Uh oh!
There was an error while loading. Please reload this page.
Mac setup improvements - #1250
Conversation
teobugslayer
commented
Nov 25, 2015
- rewritten as pure Ruby script, no longer tries to be a brew formula
- update installed node to 4 LTS
ns-bot
commented
Nov 25, 2015
Test PASSed. |
teobugslayer
commented
Nov 25, 2015
There was a problem hiding this comment.
This will not work with custom shells like zsh.
There was a problem hiding this comment.
.profile might be the better option, for it gets considered by both zsh and bash. It will still not work in fancier shells like fish, but I suggest that bash and zsh are a good coverage.
There was a problem hiding this comment.
Great suggestion, I will change the file.
- rewritten as pure Ruby script, no longer tries to be a brew formula - update installed node to 4 LTS
6321fa0 to
50966cfComparens-bot
commented
Nov 26, 2015
Test PASSed. |
teobugslayer
commented
Nov 26, 2015
All comments are addressed |
rosen-vladimirov
commented
Nov 27, 2015
👍 |
There was a problem hiding this comment.
I'm not sure that zsh loads .profile: http://superuser.com/questions/187639/zsh-not-hitting-profile
There was a problem hiding this comment.
so sad...
still, let's use the .profile file instead of sticking to the bash-specific .bash_profile :)
ErjanGavalji
commented
Nov 27, 2015
👍 |
ligaz
commented
Nov 30, 2015
We already have zsh support for our completion so I'm proposing that we add it here as well 😄 |