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