Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion book/3rdpartyprompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,12 @@ Now restart Nu.
nushell on 📙 main is 📦 v0.60.0 via 🦀 v1.59.0
```

if you have the experimental [jobs](/commands/docs/job.html) feature you can also have starship display the currently active job
```nu
def create_left_prompt [] {
starship prompt --cmd-duration $env.CMD_DURATION_MS $'--status=($env.LAST_EXIT_CODE)' $'--jobs=(job list | length)'
}
```
## Purs

[repo](https://github.com/xcambar/purs)