more : magic + some array args + setfacl rework
This commit is contained in:
@@ -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"
|
Reference in New Issue
Block a user