fish-shell/share/functions/la.fish
2021-12-02 02:22:40 -08:00

6 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