init-cursor: подсказка после dot-source.
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user