mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-01 10:29:21 +01:00
fish: Make cp preserve timestamps
This commit is contained in:
parent
a6c925fbd1
commit
1ba427a819
@ -12,6 +12,7 @@
|
|||||||
tree =
|
tree =
|
||||||
"exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found'";
|
"exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found'";
|
||||||
mv = "mv -i";
|
mv = "mv -i";
|
||||||
|
cp = "cp -a";
|
||||||
rg = "rg --max-columns=2000";
|
rg = "rg --max-columns=2000";
|
||||||
yarn = "yarn --emoji true";
|
yarn = "yarn --emoji true";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user