1
0
Fork 0

preserve all (including xattrs) with cp

This commit is contained in:
tastytea 2022-04-10 06:15:21 +02:00
parent 16fcbdd23a
commit dd28a51c27
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ fi
# Follow mode does not work with highlight.
alias lessf='LESSOPEN="" less +F'
alias cp='cp --reflink=auto' # CoW copies if possible.
alias cp='cp --reflink=auto --preserve=all'
alias ip='ip -color -brief'