Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powershell Core profile #73

Open
Ash258 opened this issue Jul 3, 2018 · 2 comments
Open

Powershell Core profile #73

Ash258 opened this issue Jul 3, 2018 · 2 comments

Comments

@Ash258
Copy link

Ash258 commented Jul 3, 2018

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.

@qcts33
Copy link

qcts33 commented Jun 15, 2019

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

@cderv
Copy link

cderv commented Aug 3, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants