pshazz icon indicating copy to clipboard operation
pshazz copied to clipboard

Powershell Core profile

Open Ash258 opened this issue 7 years ago • 2 comments

Pshazz is not initialized properly when used inside pwsh.

PWSH and normal powershell use different profile locations. (https://github.com/PowerShell/PowerShell/issues/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.

Ash258 avatar Jul 03 '18 16:07 Ash258

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

qcts33 avatar Jun 15 '19 13:06 qcts33

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.

cderv avatar Aug 03 '20 08:08 cderv