tangled
alpha
login
or
join now
benharri.org
/
dotfiles
0
fork
atom
my shell and tool configurations
0
fork
atom
overview
issues
pulls
pipelines
add CMD_DURATION to right prompt
benharri.org
1 year ago
734e67fb
78a7e03b
+6
1 changed file
expand all
collapse all
unified
split
fish
.config
fish
functions
fish_right_prompt.fish
+6
fish/.config/fish/functions/fish_right_prompt.fish
···
1
1
+
function fish_right_prompt
2
2
+
if test $CMD_DURATION
3
3
+
printf %.3fs $(math $CMD_DURATION / 1000)
4
4
+
end
5
5
+
end
6
6
+