We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3072990 commit 861bff1Copy full SHA for 861bff1
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