Skip to content

Commit

Permalink
use experimental uutils cp
Browse files Browse the repository at this point in the history
There is an effort to integrate `nushell` and `uutils/coreutils` and
this `ucp` command is the first step. This aliases to the new command
for testing and will probably need to be removed for the next release.
  • Loading branch information
siph committed Sep 21, 2023
1 parent 7e519a2 commit 20195b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/applications/shells/nushell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
cat = "bat";
tree = "broot";
vim = "nvim";
cp = "ucp";
};
extraConfig = ''
source ${inputs.nu-scripts}/modules/nix/nix.nu
Expand Down

0 comments on commit 20195b0

Please sign in to comment.