Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JasonZhu opened this issue Mar 24, 2013 · 1 comment
Open

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

JasonZhu opened this issue Mar 24, 2013 · 1 comment

Comments

@JasonZhu
Copy link

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

@ostinelli
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants