fixed
This commit is contained in:
parent
9030842972
commit
488944ebbd
5 changed files with 6 additions and 5 deletions
|
|
@ -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; [
|
||||
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
};
|
||||
t = {
|
||||
r = "@mip:reflow<ret>";
|
||||
s = "<A-s>:sort<ret>";
|
||||
s = "@<A-s>:sort<ret>";
|
||||
};
|
||||
};
|
||||
select = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue