From 7cfbf5e8f347da8132f4b31a85bc403cec1730c6 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 15 Aug 2011 10:46:02 -0700 Subject: [PATCH] Add an alias for listing filesystem ACLs on OS X --- profile | 1 + 1 file changed, 1 insertion(+) diff --git a/profile b/profile index 6f1848f..a1fb689 100644 --- a/profile +++ b/profile @@ -25,6 +25,7 @@ case $arch in Darwin) alias indent='gnuindent' + alias acls='/bin/ls -le' ;; esac