We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3072990 + 861bff1 commit 602d0a2Copy full SHA for 602d0a2
fish_right_prompt.fish
@@ -61,5 +61,5 @@ function _is_multiplexed
61
end
62
63
function _convertsecs
64
- printf "%02d:%02d:%02d\n" (math $argv[1] / 3600) (math (math $argv[1] \% 3600) / 60) (math $argv[1] \% 60)
+ printf "%02d:%02d:%02d\n" (math -s0 $argv[1] / 3600) (math -s0 (math $argv[1] \% 3600) / 60) (math -s0 $argv[1] \% 60)
65
0 commit comments