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