murex
murex copied to clipboard
Should `~` error if username not found?
Describe the problem:
The unhappy path for ~
is to produce root path:
» ~foobar
/
This could lead to errors creeping in silently.
Possible ways to implement:
If username does not exist, then produce an error like if a $variable
doesn't exist.