2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-19 16:34:24 +00:00
fish-shell/share/functions/la.fish
2007-01-16 11:29:18 +10:00

7 lines
169 B
Fish

#
# These are very common and useful
#
function la --description "List contents of directory, including hidden files in directory using long format"
ls -lah $argv
end