If PR #221 is accepted It could be great to make envman source of truth for both environment variables and aliases. With envlist format it will be possible to have something like ``` export ENV_A=VAL_A .... alias ls_alias='ls -lsoptions' ``` What do you think about adding aliases to envman ?