mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-19 03:25:20 +00:00
9 lines
233 B
Plaintext
9 lines
233 B
Plaintext
let-env STARSHIP_SHELL = "nu"
|
|
let-env STARSHIP_SESSION_KEY = (random chars -l 16)
|
|
|
|
def starship_prompt [] {
|
|
# jobs are not supported
|
|
# status is not supported
|
|
^::STARSHIP:: prompt --cmd-duration $nu.env.CMD_DURATION_MS
|
|
}
|