Consider changing alias from 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
Consider changing alias from
find.PSModuleDevelopment/PSModuleDevelopment/functions/utility/Find-PSMDFileContent.ps1
Line 34 in b0c4a7a
There is some interplay with
ZLocation'sFindfunction causing myfunction:promptto 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 intoZLocation's functions it will call thefindalias.Workaround
Remove-Alias find