## # PSReadLine, see https://github.com/PowerShell/PSReadLine ## ## behaviour of Tab key autocomplete Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete ## From docs: ## With these bindings, up arrow/down arrow will work like PowerShell/cmd if the ## current command line is blan...
If you want to create a theme it can be done rather easily by adding amytheme.psm1file in the folder indicated in$ThemeSettings.MyThemesLocation(the folder defaults to~\Documents\WindowsPowerShell\PoshThemes, feel free to change it). The only required function isWrite-Theme. You can use th...