mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-20 20:58:36 +01:00
fish: Make cp preserve timestamps
This commit is contained in:
parent
a6c925fbd1
commit
1ba427a819
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user