Skip to content

Commit

Permalink
fix(bash): remove leading space
Browse files Browse the repository at this point in the history
relates to #953
  • Loading branch information
JanDeDobbeleer committed Sep 14, 2021
1 parent a549cc8 commit 86b3e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/omp.bash
Expand Up @@ -9,7 +9,7 @@ if [[ ! -d "/tmp" ]]; then
TIMER_START="${HOME}/.${USER}.start.$$"
fi

PS0='$(::OMP:: --millis > "$TIMER_START")'
PS0='$(::OMP:: --millis > "$TIMER_START")'

function _omp_hook() {
local ret=$?
Expand Down

0 comments on commit 86b3e1c

Please sign in to comment.