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
    
  
  
    
  | # ########################################################## | |
| # Быстрый старт: красивый PowerShell 7 prompt с Git-статусом | |
| # и удобным автодополнением (PSReadLine ListView) | |
| # | |
| # 1) Запустите PowerShell 7 (pwsh) | |
| # 2) Разрешите запуск профиля (при необходимости): | |
| # Set-ExecutionPolicy -Scope CurrentUser RemoteSigned | |
| # 3) Установите модули: | |
| # - PSReadLine (обычно уже установлен): | |
| # Install-Module PSReadLine -Scope CurrentUser -Force |