Open ~/.zshrc in your favorite editor and add the following content to the bottom.
function parse_git_branch() {| <# | |
| # 0. Windows 10 only: update "App Installer" on Windows Store | |
| # | |
| # 1. Win+X => A | |
| # 2. cd C:\Users\xxx\Desktop or C:\Users\xxx\OneDrive\Desktop if you have OneDrive | |
| # 3. Set-ExecutionPolicy Unrestricted | |
| # 4. .\Install_Script.ps1 | |
| #> | |
| <# |