1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-26 03:32:36 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)