I have ConEmu installed and followed the instructions on this site https://hodgkins.io/ultimate-powershell-prompt-and-git-setup#install-required-components
I can't figure out how to load my $PROFILE
at the start of ConEmu?
I also wanted to colorize my directories so I copied this script from https://raw.githubusercontent.com/joonro/Get-ChildItemColor/develop/Get-ChildItemColor.psm1 and added it to my $PROFILE
$PROFILE
and what did you try?PowerShell -NoProfile
. look at this answer for reference: superuser.com/questions/956182/…