Remove unneeded warp shell init stuff
This commit is contained in:
parent
f8ff3b90b8
commit
18a2a83a04
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue