fish-shell/share/functions/la.fish

7 lines
182 B
Fish

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