From e99f0b3bfa190ccff58277eda6f6fa1084a6a2b7 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Wed, 6 Jul 2016 11:28:59 -0400 Subject: [PATCH] Added perm --- shells/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/zshrc b/shells/zshrc index 54643fd..729f403 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -68,6 +68,7 @@ dedir(){ =mv -n "$name"/{.,}*(N) . || return 2 =rmdir "$name" || return 3 } +alias perm='stat -c "%a %n"' alias afci='git x ./autoformat.sh;git add --all;git commit -m "Autoformatted"' alias eix="eix -F" alias mouse1="xmodmap <(echo pointer = 1 2 3)"