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
Awsume will make an attempt to place this in a login script such as your ~/.bash_profile or ~/.bashrc when it's being installed, so you may need to restart your terminal or re-source your login file.
It's generally rude for applications to automatically modify a user's custom configuration, especially when using standard utilities like python-setup. Users should be expected to be able to add such functionality themselves - this is a "power tool", after all.
The text was updated successfully, but these errors were encountered:
There is a way to prevent awsume from installing the alias on installation through the use of an environment variable (documented here):
AWSUME_SKIP_ALIAS_SETUP=true pipx install awsume
Unfortunately it was released as an "opt-out" as opposed to an "opt-in." Reversing that would be a breaking change, so until a possible awsume version 5, we won't be implementing this just yet
From the docs:
It's generally rude for applications to automatically modify a user's custom configuration, especially when using standard utilities like python-setup. Users should be expected to be able to add such functionality themselves - this is a "power tool", after all.
The text was updated successfully, but these errors were encountered: