nu_scripts/modules/prompt
2023-08-17 18:10:20 -05:00
..
async_git_prompt use $env. instead of let-env (#543) 2023-07-01 10:40:16 +02:00
images Add a git prompt (#555) 2023-07-19 06:24:54 -05:00
powerline rename date format to format date (#571) 2023-08-04 09:08:10 -05:00
full-line.nu update prompts scripts with new str replace syntax (#579) 2023-08-17 18:10:20 -05:00
jalon-git.nu Add a git prompt (#555) 2023-07-19 06:24:54 -05:00
oh-my-minimal.nu update prompts scripts with new str replace syntax (#579) 2023-08-17 18:10:20 -05:00
oh-my-v2-docs.md use $env. instead of let-env (#543) 2023-07-01 10:40:16 +02:00
oh-my-v2.nu update prompts scripts with new str replace syntax (#579) 2023-08-17 18:10:20 -05:00
oh-my.nu update prompts scripts with new str replace syntax (#579) 2023-08-17 18:10:20 -05:00
panache-git.nu update prompts scripts with new str replace syntax (#579) 2023-08-17 18:10:20 -05:00
README.md Add a git prompt (#555) 2023-07-19 06:24:54 -05:00
shell_space.nu rename date format to format date (#571) 2023-08-04 09:08:10 -05:00
simple.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
starship.nu use $env. instead of let-env (#543) 2023-07-01 10:40:16 +02:00

Prompt Scripts

Definition

These scripts should be used to draw a custom command prompt in nushell. They can include anything that we think is appropriate for prompts such as git commands, starship, oh-my-posh, etc.

starship.nu

File is in starship

This discribe how to use starship to make a leftprompt, the repo of starship is here.

This script set the output of starship as leftprompt

starshipshow

shell_space.nu

File is in shell_space

Use the function of shells in nu, you can view the fucntion with the command following

help shells

shell_spaceshow

jalon-git.nu

From https://github.com/JalonWong/nushell-prompt jalon-git