nix-config/.config/fish/functions/l.fish

4 lines
32 B
Fish
Raw Normal View History

2016-06-13 20:58:48 +01:00
function l
ls -ltrh $argv;
end