aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/la.fish
blob: a4cf83df73506186d1b7f4985e687e626ad020ff (plain)
1
2
3
4
5
6
7
#
# These are very common and useful
#
function la -d (N_ "List contents of directory, including hidden files in directory using long format")
	ls -lah $argv
end