mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-31 13:57:26 -08:00
5 lines
157 B
Fish
5 lines
157 B
Fish
function fish_prompt
|
|
set -l omp_duration "$CMD_DURATION$cmd_duration"
|
|
::OMP:: --config ::CONFIG:: --error $status --execution-time $omp_duration
|
|
end
|