From 7174d3d2ca7d69122fdc441472d183d0c433ec8c Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 7 Jan 2012 19:53:57 -0500 Subject: [PATCH] added alias to display permissions in octal easily. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 9f5389a..166e9a1 100644 --- a/.zshrc +++ b/.zshrc @@ -13,3 +13,4 @@ setopt EXTENDED_GLOB #aliases alias rmdir='rm -r' alias sl='ls' +alias octalperm='stat -c \'%A %a %n\' *'