Open Explorer in current location:
ii .
which is short for:
Invoke-Item .
Using Oh My Posh
:
Install with:
Install-Module oh-my-posh -Scope CurrentUser
List themes:
Get-PoshThemes
To apply a theme, edit $PROFILE
and add the following line.
Set-PoshPrompt -Theme jandedobbeleer
Once added, reload your profile for the changes to take effect.
. $PROFILE