Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 523 Bytes

powershell.md

File metadata and controls

37 lines (28 loc) · 523 Bytes

Powershell

Usefull commands

Open Explorer in current location:

ii .

which is short for:

Invoke-Item .

Costumization

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