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