aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/functions/ll.fish
blob: bfe290abd3f665470bd6574b9ad8ec1946e87cc8 (plain)
1
2
3
4
5
6
7
#
# These are very common and useful
#
function ll -d (_ "List contents of directory using long format")
	ls -lh $argv
end