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 84bddd4 commit 7e9247bCopy full SHA for 7e9247b
src/init/omp.bash
@@ -22,7 +22,7 @@ function _omp_hook() {
22
omp_elapsed=$((omp_now-omp_start_time))
23
rm -f "$TIMER_START"
24
fi
25
- PS1="$(::OMP:: --config="$POSH_THEME" --shell=bash --error="$ret" --execution-time="$omp_elapsed" --stack-count="$omp_stack_count")"
+ PS1="$(::OMP:: --config="$POSH_THEME" --shell=bash --error="$ret" --execution-time="$omp_elapsed" --stack-count="$omp_stack_count" | tr -d '\0')"
26
27
return $ret
28
}
0 commit comments