Remove unneeded warp shell init stuff

This commit is contained in:
Tristan D. 2024-07-04 10:19:47 +02:00
parent f8ff3b90b8
commit 18a2a83a04
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -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