Skip to content

Commit

Permalink
fix: remove double invocation of --shell argument
Browse files Browse the repository at this point in the history
  • Loading branch information
erclu authored and JanDeDobbeleer committed Mar 18, 2021
1 parent 8de004f commit 5f035f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/omp.bash
Expand Up @@ -14,7 +14,7 @@ function _omp_hook() {
omp_elapsed=$((omp_now-omp_start_time))
rm "$TIMER_START"
fi
PS1="$(::OMP:: --config $POSH_THEME --shell bash --error $ret --execution-time $omp_elapsed --shell bash)"
PS1="$(::OMP:: --config $POSH_THEME --shell bash --error $ret --execution-time $omp_elapsed)"

return $ret
}
Expand Down

0 comments on commit 5f035f8

Please sign in to comment.