lukesampson / pshazz

Give your powershell some pizazz.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powershell Core profile

Ash258 opened this issue · comments

Pshazz is not initialized properly when used inside pwsh.

PWSH and normal powershell use different profile locations. (PowerShell/PowerShell#4682)

Creating symbolic link for profile file is working.

PWSH:

$ $PROFILE
C:\Users\Ash258\Documents\PowerShell\Microsoft.PowerShell_profile.ps1

Powershell:

$ $PROFILE
C:\Users\Ash258\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1

Screen
Already created symlink for profile.

The install script of pshazz seems alright, so a another quick walk around is just uninstall and reinstall pshazz inside the pwsh

The install script of pshazz seems alright, so a another quick walk around is just uninstall and reinstall pshazz inside the pwsh

Yes that worked for me. After uninstalling and reinstalling inside pwsh, the profile is installed and then loaded correctly.