From fb322fcc52efeb95371b68e2b3d3d7caa7a417e2 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Wed, 20 Dec 2023 16:08:17 -0400 Subject: [PATCH] Fixed shellInit --- home/shell/fish/default.nix | 3 --- 1 file changed, 3 deletions(-) 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" - ]; }; }