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

3 lines
80 B
Fish

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