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"; };