This commit is contained in:
Tao Tien 2025-11-05 03:00:09 -08:00
parent 9030842972
commit 488944ebbd
5 changed files with 6 additions and 5 deletions

View file

@ -136,7 +136,6 @@ in {
# extraConfig = builtins.readFile ./nushell/stuff.nu;
extraConfig = lib.concatStrings (map builtins.readFile (map (x: ./nushell/extras/. + x) (map (x: "/" + x) (builtins.attrNames (builtins.readDir ./nushell/extras)))));
plugins = with pkgs.nushellPlugins; [
];
};

View file

@ -64,7 +64,7 @@
};
t = {
r = "@mip:reflow<ret>";
s = "<A-s>:sort<ret>";
s = "@<A-s>:sort<ret>";
};
};
select = {