We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No it is not. .bash_profile is the the default correct name. You raise a point though, I could check for both files.
.bash_profile
Sorry, something went wrong.
No branches or pull requests
ver: 0.5.1
in source file "sublimerl_core.py"
line 83:
maybe change to:
Thank you for your contribution
The text was updated successfully, but these errors were encountered: