fish-shell/init/functions/ll.fish
axel 35dde5de15 Move more functions to autoload
darcs-hash:20060208102043-ac50b-4e26615523a6b9528c2ea4768f41ad1b2e1c4a0f.gz
2006-02-08 20:20:43 +10:00

7 lines
120 B
Fish

#
# These are very common and useful
#
function ll -d "List contents of directory using long format"
ls -lh $argv
end