more : magic + some array args + setfacl rework

This commit is contained in:
2020-01-15 21:45:19 +01:00
parent e96224c08e
commit 50eba65ef8
2 changed files with 52 additions and 39 deletions

View File

@@ -59,3 +59,22 @@ alias FUNCTION_PRELUDE_NO_XTRACE="setopt LOCAL_OPTIONS PIPE_FAIL NO_XTRACE ERR_R
# pottering recommendation
alias psc="ps xawf -eo pid,user,cgroup,args"
local arr=(
rsync
--info=PROGRESS2
--progress
--recursive
--compress
--human-readable
--update
--times
--no-whole-file
--itemize-changes
--stats
--verbose
--links
--no-perms
--chmod=ugo=rwX
)
alias rsync2="$arr"