Remove unused shellInit configuration
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
grc
|
grc
|
||||||
];
|
];
|
||||||
@@ -20,8 +16,5 @@
|
|||||||
src = pkgs.fishPlugins.autopair;
|
src = pkgs.fishPlugins.autopair;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
shellInit = lib.concatStringsSep "\n" [
|
|
||||||
"bind -k backspace backward-kill-word"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user