From 18a2a83a04e0cc7453fa9bed6b609c69a8ed2286 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 4 Jul 2024 10:19:47 +0200 Subject: [PATCH] Remove unneeded warp shell init stuff --- home-mods/shell/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/home-mods/shell/default.nix b/home-mods/shell/default.nix index 6b1f2de..ed4970f 100644 --- a/home-mods/shell/default.nix +++ b/home-mods/shell/default.nix @@ -51,10 +51,9 @@ in package = pkgs.unstable-pkgs.fish; interactiveShellInit = '' - any-nix-shell fish --info-right | source - direnv hook fish | source - cat /var/lib/rust-motd/motd - printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "fish" }}\x9c' + any-nix-shell fish --info-right | source + direnv hook fish | source + cat /var/lib/rust-motd/motd ''; loginShellInit = '' direnv hook fish | source