mirror of https://tildegit.org/ben/dotfiles
add CMD_DURATION to right prompt
parent
78a7e03bbf
commit
734e67fb1f
|
@ -0,0 +1,6 @@
|
|||
function fish_right_prompt
|
||||
if test $CMD_DURATION
|
||||
printf %.3fs $(math $CMD_DURATION / 1000)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue