-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
The "tilde to HOME" replacement seems incorrect:
Line 97 in d939f7e
if ('~' === $path[0]) { |
If you are user_a
and you type ~user_b
, this would be replaced by the shell to mean /home/user_b
. The current code will replace this to /home/user_auser_b
instead.
Metadata
Metadata
Assignees
Labels
No labels