File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,16 +38,18 @@ def --wrapped _omp_get_prompt [
3838 $ms => { $ms | into int }
3939 }
4040
41- ^$_omp_executable print $type
42- --save-cache
43- --shell=nu
44- $" --shell-version=($env .POSH_SHELL_VERSION )"
45- $" --status=($env .LAST_EXIT_CODE )"
46- $" --no-status=($execution_time < 0 )"
47- $" --execution-time=($execution_time )"
48- $" --terminal-width=((term size ).columns )"
49- $" --job-count=(job list | length )"
50- .. . $args
41+ (
42+ ^$_omp_executable print $type
43+ --save-cache
44+ --shell=nu
45+ $" --shell-version=($env .POSH_SHELL_VERSION )"
46+ $" --status=($env .LAST_EXIT_CODE )"
47+ $" --no-status=($execution_time < 0 )"
48+ $" --execution-time=($execution_time )"
49+ $" --terminal-width=((term size ).columns )"
50+ $" --job-count=(job list | length )"
51+ .. . $args
52+ )
5153}
5254
5355$env .PROMPT_MULTILINE_INDICATOR = (
You can’t perform that action at this time.
0 commit comments