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