diff --git a/home-mods/shell/default.nix b/home-mods/shell/default.nix index 1ae33a0..fee5154 100644 --- a/home-mods/shell/default.nix +++ b/home-mods/shell/default.nix @@ -51,10 +51,10 @@ 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 + printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "fish" }}\x9c' ''; loginShellInit = '' direnv hook fish | source