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