Open XVilka opened 3 years ago
This needs some more thinking as $
is also reserved for aliases, so having for example an alias $c
could be quite confusing.
@ret2libc maybe we could use %var%
syntax, like Windows cmd.exe?
That would mix a bit with %
(env) commands... But since %
is already the same as env
we could just use env
and allocate %
for the variables.
We could make the help better by splitting those into categories. Moreover, some of the variables could probably be renamed for clarity and consistency.