dotfiles/.config/fish/functions/ll.fish

4 lines
84 B
Fish

function ll --wraps='ls -lh' --description 'alias ll=ls -lh'
ls -lh $argv;
end