mirror of
https://github.com/bvanroll/older-dotfiles.git
synced 2025-08-28 19:42:47 +00:00
8 lines
104 B
Fish
8 lines
104 B
Fish
function la --description 'list all files'
|
|
if count $argv > /dev/null
|
|
lsd -a $argv
|
|
else
|
|
lsd -a
|
|
end
|
|
end
|