Files
Henrik Bakken 80cf33642c updates
2022-03-08 19:01:27 +01:00

4 lines
105 B
Fish

function ll --description 'List contents of directory using long format'
exa --icons -l -g $argv
end