2023-01-04 20:42:41 +01:00

4 lines
161 B
Fish

function didc --wraps='cat ~/notes/did.md | tail -n 10' --description 'alias didc=cat ~/notes/did.md | tail -n 10'
cat ~/notes/did.md | tail -n 10 $argv;
end