summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/init/starship.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init/starship.fish b/src/init/starship.fish
index 4665b94ce..595e16b33 100644
--- a/src/init/starship.fish
+++ b/src/init/starship.fish
@@ -15,7 +15,7 @@ end
set VIRTUAL_ENV_DISABLE_PROMPT 1
function fish_mode_prompt; end
-set -gx STARSHIP_SHELL="fish"
+set -gx STARSHIP_SHELL "fish"
# Set up the session key that will be used to store logs
-set -gx STARSHIP_SESSION_KEY=(random 10000000000000 9999999999999999)
+set -gx STARSHIP_SESSION_KEY (random 10000000000000 9999999999999999)