Browse Source

Keep meta-data while copy-pasting files with xpst()

Alois Mahdal 1 month ago
parent
commit
5b857e64c1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/config/bashum/main.bashrc

+ 1
- 1
dotfiles/config/bashum/main.bashrc View File

650
                 echo "does not exist: $path"
650
                 echo "does not exist: $path"
651
                 continue
651
                 continue
652
             }
652
             }
653
-            cp -r "$path" .
653
+            cp -ar "$path" .
654
         done
654
         done
655
 }
655
 }
656
 
656