Use --almost-all in la function

This commit is contained in:
Kid 2021-12-02 17:32:53 +08:00 committed by Aaron Gyes
parent 0cd3ed4b84
commit 75d16c13ea

View file

@ -2,5 +2,5 @@
# 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
ls -lAh $argv
end