mirror of
https://github.com/starship/starship.git
synced 2024-11-22 16:23:17 +01: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:
parent
f5a6c4cdbd
commit
2e71dfa15b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user