You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For PowerShell users, mkdir Xyz | cd creates new directory "Xyz" and switches to it.
After putting fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression in the PowerShell profile breaks the default cd behavior (mentioned above).
The text was updated successfully, but these errors were encountered:
For PowerShell users,
mkdir Xyz | cd
creates new directory "Xyz" and switches to it.After putting
fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression
in the PowerShell profile breaks the defaultcd
behavior (mentioned above).The text was updated successfully, but these errors were encountered: