Skip to content

Jphn/pwsh-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PWSH PROFILE CONFIGURATIONS

# PSReadLine
Set-PsReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView

# ALIASES
Set-Alias g git

# OH MY POSH
oh-my-posh init pwsh --config C:\Users\joaop\AppData\Local\Programs\oh-my-posh\themes\star.omp.json | Invoke-Expression

clear