From e1ba24eb740e8ed056b623590ecd963cd190b42a Mon Sep 17 00:00:00 2001 From: PTah Date: Fri, 19 Jun 2026 23:43:33 +1000 Subject: [PATCH] =?UTF-8?q?init-cursor:=20ASCII-=D0=BF=D0=BE=D0=B4=D1=81?= =?UTF-8?q?=D0=BA=D0=B0=D0=B7=D0=BA=D0=B0=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5?= =?UTF-8?q?=20dot-source=20(=D0=B1=D0=B5=D0=B7=20em=20dash).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init-cursor.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-cursor.ps1 b/init-cursor.ps1 index 324c259..7082114 100644 --- a/init-cursor.ps1 +++ b/init-cursor.ps1 @@ -168,5 +168,5 @@ function init-cursor { } if ($MyInvocation.InvocationName -eq '.') { - Write-Host '[+] init-cursor loaded — run: init-cursor' -ForegroundColor DarkCyan + Write-Host '[+] init-cursor loaded - run: init-cursor' -ForegroundColor DarkCyan }