aka version: 0.1.10
my alias:
alias hello='echo hello world' # => groupA"
When [aka edit hello],
I type in a new command,
[echo new hello world]
the new alias generated in dotfile is
alias hello='echo new hello world'
the group is not inherit to new alias.