mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-21 09:24:32 +00:00
c94b9e504d
darcs-hash:20060215022228-ac50b-85614ed684f73460d43543a579ff2c7e7914efeb.gz
7 lines
145 B
Fish
7 lines
145 B
Fish
#
|
|
# These are very common and useful
|
|
#
|
|
function la -d "List contents, including hidden fiels in directory using long format"
|
|
ls -lah $argv
|
|
end
|
|
|