forked from extern/nix-config
fish: Don't override with cp by default
This commit is contained in:
parent
1ba427a819
commit
43109dcfa3
@ -12,7 +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";
|
cp = "cp -ia";
|
||||||
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