From 2e3b30302946176fe31197cee210a70af752e690 Mon Sep 17 00:00:00 2001 From: PTah Date: Fri, 19 Jun 2026 23:37:35 +1000 Subject: [PATCH] =?UTF-8?q?init-cursor:=20=D0=BF=D0=BE=D0=B4=D1=81=D0=BA?= =?UTF-8?q?=D0=B0=D0=B7=D0=BA=D0=B0=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20dot?= =?UTF-8?q?-source.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init-cursor.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init-cursor.ps1 b/init-cursor.ps1 index a235b77..324c259 100644 --- a/init-cursor.ps1 +++ b/init-cursor.ps1 @@ -166,3 +166,7 @@ function init-cursor { Install-CursorInCurrentProject -SkipGitRemotes:$SkipGitRemotes Write-Host '[+] init-cursor complete' -ForegroundColor Green } + +if ($MyInvocation.InvocationName -eq '.') { + Write-Host '[+] init-cursor loaded — run: init-cursor' -ForegroundColor DarkCyan +}