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
.. or instruct them of how to create their own rules in kvstore.json.
I propose we add some comments to the beginning of env.sh and alias.sh:
## WARNING: antidot manages this file internally and will overwrite it
## DO NOT EDIT THIS FILE YOURSELF
# To set your own environment variables, edit `antidot/kvstore.json` and add key-value pairs
# Something something please open a pull request if antidot does not know how to handle a dotfile that we can clean up
I would go further and say that env.sh and alias.sh have no reason to exist, because all the actual information about what to do is stored in kvstore.json as far as I can tell so far. A better implementation would be to have antidot init parse kvstore.json and produce the necessary information to stdout: this would enable supporting more non-POSIX shells, such as ion, more easily.
The text was updated successfully, but these errors were encountered:
.. or instruct them of how to create their own rules in kvstore.json.
I propose we add some comments to the beginning of
env.sh
andalias.sh
:I would go further and say that
env.sh
andalias.sh
have no reason to exist, because all the actual information about what to do is stored inkvstore.json
as far as I can tell so far. A better implementation would be to haveantidot init
parsekvstore.json
and produce the necessary information to stdout: this would enable supporting more non-POSIX shells, such asion
, more easily.The text was updated successfully, but these errors were encountered: