diff --git a/home/shell/fish/default.nix b/home/shell/fish/default.nix index b383fb3..92b60cd 100644 --- a/home/shell/fish/default.nix +++ b/home/shell/fish/default.nix @@ -23,8 +23,5 @@ shellInit = lib.concatStringsSep "\n" [ "bind \b backward-kill-word" ]; - interactiveShellInit = lib.concatStringsSep "\n" [ - "neofetch" - ]; }; }