3 lines
78 B
Fish
3 lines
78 B
Fish
function free --description 'alias free=free -h'
|
|
command free -h $argv;
|
|
end
|