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