1
0
forked from extern/nix-config

fish: Don't override with cp by default

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

View File

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