Fix fmt
This commit is contained in:
parent
fbf5a56507
commit
9aaf46248e
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue