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