From 43109dcfa37e95974bbd587c2229ea7c35f6f5bc Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 31 May 2023 10:33:03 -0400 Subject: [PATCH] fish: Don't override with cp by default --- terminal/fish-starship/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal/fish-starship/default.nix b/terminal/fish-starship/default.nix index 2882fbc..ade1c68 100644 --- a/terminal/fish-starship/default.nix +++ b/terminal/fish-starship/default.nix @@ -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"; };