fix: redundant block in pwsh init

This commit is contained in:
iff 2025-04-09 23:07:15 +02:00
parent 81a913f2ec
commit cdb87addd1

View file

@ -9,9 +9,6 @@ function {{ alias }} {
$env:_PR_ERROR_MSG = $err.Exception.Message
}
}
if ($env:_PR_LAST_COMMAND -eq $err.InvocationInfo.Line) {
$env:_PR_ERROR_MSG = $err.Exception.Message
}
}
$env:_PR_SHELL = 'pwsh';
&'{{ binary_path }}';