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
| app.UseWhen( | |
| context => context.Request.Path.StartsWithSegments("/api"), | |
| builder => builder.UseResponseCompression()); |
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
| #oh-my-posh --init --shell pwsh --config ~/jandedobbeleer.omp.json | Invoke-Expression | |
| oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\jandedobbeleer.omp.json" | Invoke-Expression | |
| # needs Install-Module -Name Terminal-Icons -Repository PSGallery | |
| Import-Module -Name Terminal-Icons | |
| # https://devblogs.microsoft.com/powershell/announcing-psreadline-2-1-with-predictive-intellisense | |
| Set-PSReadLineOption -PredictionSource History | |
| Set-PSReadLineOption -PredictionViewStyle ListView |
OlderNewer