1
0
.dotfiles/home/.config/fish/functions/ll.fish

5 lines
106 B
Fish

# ls aliases. Fedora defaults, but here for compatibility
function ll
/bin/ls -hl --color=auto $argv
end