mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
4 lines
89 B
Fish
4 lines
89 B
Fish
function time --description="Bash time function"
|
|
command time --portability $argv
|
|
end
|
|
|