PowerShell startup design: Added function for showing the branch name:
Before we start please check the below prerequisites.
Installed Power Shell & Visual Studio Code
- Get the PowerShell for FREE from MS Store
- Get the Visual Studio Code for FREE from Visual Studio Code
- In the PowerShell paste
code $profile
- Visual Studio Code will open and copy the code from the customPS.txt
- Save it and restart PowerShell
- Reopen PowerShell and right click (open setttings)
- Check JSON file (left corner below)
- Find the line (below you will see "name" : "PowerShell" )
"commandLine": "pwsh.exe"
- Change the line with
"commandLine": "pwsh.exe -nologo"
- Save and close PowerShell
- Remove logo on startup of Power Shell
- Add custom design in Power Shell
- Add Additional Templates w/ Examples
See the open issues for a full list of proposed features (and known issues).
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.