Files
dotfiles/config/fish/functions/time.fish
2020-08-12 02:29:03 +04:00

4 lines
54 B
Fish

function time
command time --portability $argv
end