mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
fix(nu): use correct session key variable name (#2874)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user