| 1 | # |
| 2 | # File: profile.ps1 |
| 3 | # Description: PowerShell Profile,启动时自动加载 |
| 4 | # Created: 2026-01-21 16:00:00 |
| 5 | # Updated: 2026-01-21 16:46:00 |
| 6 | # |
| 7 | |
| 8 | # 获取脚本所在目录 |
| 9 | $scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path |
Newer
Older