Nushell: Difference between revisions
general enhancement |
→Example: fix escape |
||
| Line 21: | Line 21: | ||
====Example==== | ====Example==== | ||
A configuration with [https://starship.rs/ Starship] prompt and autosuggestion support with [https://search.nixos.org/packages?show=carapace carapace] or [https://fishshell.com/ fish shell]: | A configuration with [https://starship.rs/ Starship] prompt and autosuggestion support with [https://search.nixos.org/packages?show=carapace carapace] or [https://fishshell.com/ fish shell]: | ||
{{File|3={ lib, pkgs, ... }: | {{File|3=<nowiki> | ||
{ lib, pkgs, ... }: | |||
{ | { | ||
programs = { | programs = { | ||
| Line 182: | Line 183: | ||
}; | }; | ||
}; | }; | ||
};|name=~/.config/nixpkgs/home.nix|lang=nix}} | }; | ||
</nowiki>|name=~/.config/nixpkgs/home.nix|lang=nix}} | |||
==See also== | ==See also== | ||
* [[Command Shell]] | * [[Command Shell]] | ||
[[Category:Shell]] | [[Category:Shell]] | ||