mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-13 09:50:44 +08:00
8 lines
125 B
Fish
8 lines
125 B
Fish
#
|
|
# These are very common and useful
|
|
#
|
|
function ll -d (N_ "List contents of directory using long format")
|
|
ls -lh $argv
|
|
end
|
|
|