nixos-config/modules/home/shell-conf/fish/functions/ll.fish
2025-03-21 16:50:54 -04:00

3 lines
58 B
Fish

function ll --description 'alias ls -l'
ls -l $argv
end