This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Modulo per avere le icone nel terminale, installare il modulo con il comando | |
# Install-Module -Name Terminal-Icons -Repository PSGallery | |
Import-Module Terminal-Icons | |
# Modificare il NOME-TEMA con quello che preferisci (trovi la lista completa qui https://ohmyposh.dev/docs/themes) | |
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/NOME-TEMA.omp.json" | Invoke-Expression | |
# Cronologia completamento comandi | |
Set-PSReadLineOption -PredictionSource History | |
Set-PSReadLineOption -PredictionViewStyle ListView |
OlderNewer