PSColor
PSColor copied to clipboard
Case Sensitivity Issue on Linux while Import-Module
Your module manifest is PsColor.psd1 while module file is PSColor.psm1. So, there is different case of s after P which does not allow to import module in Linux. Kindly fix it. (I fixed by capitalizing it)
I think @Davlind is using Windows, if so, my fix might not work when he checkout on his local machine b/c NTFS is NOT case sensitive.