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;
|
package = pkgs.unstable-pkgs.fish;
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
any-nix-shell fish --info-right | source
|
any-nix-shell fish --info-right | source
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
cat /var/lib/rust-motd/motd
|
cat /var/lib/rust-motd/motd
|
||||||
printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "fish" }}\x9c'
|
printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "fish" }}\x9c'
|
||||||
'';
|
'';
|
||||||
loginShellInit = ''
|
loginShellInit = ''
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
|
|
Loading…
Add table
Reference in a new issue