mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
parent
ea40e82a39
commit
e6bc625564
|
@ -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=$?
|
||||
|
|
Loading…
Reference in a new issue