We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Already created symlink for profile.
The text was updated successfully, but these errors were encountered:
The install script of pshazz seems alright, so a another quick walk around is just uninstall and reinstall pshazz inside the pwsh
Sorry, something went wrong.
Yes that worked for me. After uninstalling and reinstalling inside pwsh, the profile is installed and then loaded correctly.
No branches or pull requests
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
Already created symlink for profile.
The text was updated successfully, but these errors were encountered: