Added perm

This commit is contained in:
Austen Adler 2016-07-06 11:28:59 -04:00
parent 4f38365496
commit e99f0b3bfa
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1

View File

@ -68,6 +68,7 @@ dedir(){
=mv -n "$name"/{.,}*(N) . || return 2 =mv -n "$name"/{.,}*(N) . || return 2
=rmdir "$name" || return 3 =rmdir "$name" || return 3
} }
alias perm='stat -c "%a %n"'
alias afci='git x ./autoformat.sh;git add --all;git commit -m "Autoformatted"' alias afci='git x ./autoformat.sh;git add --all;git commit -m "Autoformatted"'
alias eix="eix -F" alias eix="eix -F"
alias mouse1="xmodmap <(echo pointer = 1 2 3)" alias mouse1="xmodmap <(echo pointer = 1 2 3)"