ostinelli / SublimErl

An Erlang Plugin for Sublime Text 2, which enables code completion and allows you to run tests within the editor itself.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

on MacOS the default bash profile name is '.profile'

JasonZhu opened this issue · comments

ver: 0.5.1
in source file "sublimerl_core.py"
line 83:

bash_profile_path = os.path.join(os.getenv('HOME'), '.bash_profile')

maybe change to:

bash_profile_path = os.path.join(os.getenv('HOME'), '.profile')

Thank you for your contribution

No it is not. .bash_profile is the the default correct name. You raise a point though, I could check for both files.