-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Consider changing alias from find
.
PSModuleDevelopment/PSModuleDevelopment/functions/utility/Find-PSMDFileContent.ps1
Line 34 in b0c4a7a
[Alias('find')] |
There is some interplay with ZLocation
's Find
function causing my function:prompt
to fail.
https://github.com/vors/ZLocation/blob/cdd940b41f2f4ed638932716bf336bd22d0f9328/ZLocation/ZLocation.LiteDB.psm1#L30-L38
Upon importing the module, the custom prompt is changed to PS>
. ${function:prompt}
remains intact because when I call into ZLocation
's functions it will call the find
alias.
Workaround
Remove-Alias find
Metadata
Metadata
Assignees
Labels
No labels