Scripts How scripts are processed Script lines Parameterizing Scripts Shebangs (#! ) Scripts In Nushell, you can write and run scripts in the Nushell language. To run a scri...
Cookbook Cookbook In this section we have put together a bunch of useful tips to get you started with Nushell. These are simple commands that will help you ease your way into th...
Setup Configure your path and other environment variables How to list your environment variables How to get a single environment variable’s value Setup To get the most out of...
Setup Configure your path and other environment variables How to list your environment variables How to get a single environment variable’s value Setup To get the most out of...
How to configure 3rd party prompts nerdfonts oh-my-posh Starship Purs How to configure 3rd party prompts nerdfonts nerdfonts are not required but they make the presentation...
Working with strings Single-quoted string Double-quoted strings String interpolation Splitting strings The str command Working with strings Strings in Nushell help to hold...