summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-07-10 12:14:42 +0200
committerGitHub <noreply@github.com>2021-07-10 12:14:42 +0200
commit9126d78d0e102b925fce1dabd0b6f837e4e055e1 (patch)
tree2ce292664a1daec66cc52e55e12c8076f579d1a9
parent9e2da88d95af43cf29e8a6767d9f5483ce7571ec (diff)
fix(nu): use correct session key variable name (#2874)
-rw-r--r--src/init/starship.nu2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init/starship.nu b/src/init/starship.nu
index 9eb40a84a..b7fb93a36 100644
--- a/src/init/starship.nu
+++ b/src/init/starship.nu
@@ -1,5 +1,5 @@
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 [] {
# jobs are not supported