Closed joejag closed 4 years ago
Hi @joejag
Thanks for taking the time to create an issue and for showing interesting in making this work on Core.
I would be more than happy to accept a PR to get this working. I've had quite a few people over the years ask me about this but I've never had the time (nor an installation of Linux) to make it a reality.
I'd be more than happy to not only accept the PR but ensure it still works on Windows.
Cheers.
Hello, I'm using:
I've just ran an
Install-Module z -AllowClobber -Scope CurrentUser
and tried this plugin for the first time. As soon as a 'cd' to another directory I get an error in my terminal saying:I think this is down to using
$ENV:USERPROFILE
rather than the interop version of$ENV:HOME
at this line: https://github.com/vincpa/z/blob/master/z.psm1#L1That made the error go away locally for me, but the plugin still didn't seem to work right. Is there any interest in making this plugin work on platforms other than Windows? I'd be happy to make it work if a PR would be accepted?
Thank you, Joe.