You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While researching the cause of #215, I see that both .bash_profile and .bashrc are loaded. cli-beautify.coffee:43
It's not necessary in my issue with autopep8 since I already provide the path for autopep8.
Another issue from sourcing those two files, I have my .bash_profile set up to do as it pleases and .bashrc set up to source .bash_profile. So, in this case, .bash_profile is being sourced twice unnecessarily causing some significant delay (I put too much in mine).
I would like it if this were at least disableable from the configuration if not fully customizable.
The text was updated successfully, but these errors were encountered:
This is a very big release with lots of internal changes and (hopefully) no breaking changes. Please let me know if you are experiencing any unusual behaviour / breaking changes after updating. Thank you.
While researching the cause of #215, I see that both
.bash_profile
and.bashrc
are loaded. cli-beautify.coffee:43It's not necessary in my issue with autopep8 since I already provide the path for autopep8.
Another issue from sourcing those two files, I have my
.bash_profile
set up to do as it pleases and.bashrc
set up to source.bash_profile
. So, in this case,.bash_profile
is being sourced twice unnecessarily causing some significant delay (I put too much in mine).I would like it if this were at least disableable from the configuration if not fully customizable.
The text was updated successfully, but these errors were encountered: