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)"