We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674a455 commit c981068Copy full SHA for c981068
pwsh/aliases.ps1
@@ -172,7 +172,7 @@ if (Get-Command hub -ErrorAction SilentlyContinue) { Set-Alias -Name git -Value
172
# =============
173
174
# Check `scoop-search` is installed
175
-if ([String] $(which scoop-search).length -gt 0){
+if ([String] $(which scoop-search).length -gt 0) {
176
# Alias `scoop-search` to `scoop search`
177
Invoke-Expression (&scoop-search --hook)
178
}
0 commit comments