init-cursor: подсказка после dot-source.

This commit is contained in:
2026-06-19 23:37:35 +10:00
parent 584ddde1d1
commit 2e3b303029
+4
View File
@@ -166,3 +166,7 @@ function init-cursor {
Install-CursorInCurrentProject -SkipGitRemotes:$SkipGitRemotes Install-CursorInCurrentProject -SkipGitRemotes:$SkipGitRemotes
Write-Host '[+] init-cursor complete' -ForegroundColor Green Write-Host '[+] init-cursor complete' -ForegroundColor Green
} }
if ($MyInvocation.InvocationName -eq '.') {
Write-Host '[+] init-cursor loaded — run: init-cursor' -ForegroundColor DarkCyan
}