perf(init): Use random for session-key in fish (#1904)

* perf(init): Use random for session-key in fish

Same as #1755 but for fish users

* Update src/init/starship.fish
This commit is contained in:
Glandos
2021-01-04 18:36:50 +01:00
committed by GitHub
parent f5a6c4cdbd
commit 2e71dfa15b
+1 -1
View File
@@ -18,4 +18,4 @@ function fish_mode_prompt; end
export STARSHIP_SHELL="fish"
# Set up the session key that will be used to store logs
export STARSHIP_SESSION_KEY=(::STARSHIP:: session)
export STARSHIP_SESSION_KEY=(random 10000000000000 9999999999999999)