fish: Make cp preserve timestamps

This commit is contained in:
Donovan Glover 2023-05-31 10:32:22 -04:00
parent a6c925fbd1
commit 1ba427a819
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -12,6 +12,7 @@
tree =
"exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found'";
mv = "mv -i";
cp = "cp -a";
rg = "rg --max-columns=2000";
yarn = "yarn --emoji true";
};