mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-03 15:27: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
|