mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 12:51:45 +08:00
35dde5de15
darcs-hash:20060208102043-ac50b-4e26615523a6b9528c2ea4768f41ad1b2e1c4a0f.gz
8 lines
120 B
Fish
8 lines
120 B
Fish
#
|
|
# These are very common and useful
|
|
#
|
|
function ll -d "List contents of directory using long format"
|
|
ls -lh $argv
|
|
end
|
|
|