mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
fix(nu): use correct session key variable name (#2874)
This commit is contained in:
parent
9e2da88d95
commit
9126d78d0e
@ -1,5 +1,5 @@
|
|||||||
let-env STARSHIP_SHELL = "nu"
|
let-env STARSHIP_SHELL = "nu"
|
||||||
let-env STARSHIP_SESSION = (random chars -l 16)
|
let-env STARSHIP_SESSION_KEY = (random chars -l 16)
|
||||||
|
|
||||||
def starship_prompt [] {
|
def starship_prompt [] {
|
||||||
# jobs are not supported
|
# jobs are not supported
|
||||||
|
Loading…
Reference in New Issue
Block a user