robisonsantos / evm

Erlang Version Manager
117 stars 28 forks source link

Setting EMV_PS_SHELL based on the valued in $SHELL variable #41

Closed robisonboxedup closed 2 years ago

robisonboxedup commented 2 years ago

Relying on $(ps | grep $$) to figure out which shell is being used breaks on mac. If $SHELL variable is set, we should believe it. We can fallback to the ps|grep if that is not the case.

robisonboxedup commented 2 years ago

This PR fixes issues #40