mirror of
https://github.com/starship/starship.git
synced 2024-11-22 08:14:10 +01:00
perf(elvish): Use built-in randint
instead of starship session
. (#3479)
This commit is contained in:
parent
0965667807
commit
0d573ac5ea
@ -1,5 +1,5 @@
|
||||
set-env STARSHIP_SHELL "elvish"
|
||||
set-env STARSHIP_SESSION_KEY (::STARSHIP:: session)
|
||||
set-env STARSHIP_SESSION_KEY (to-string (randint 10000000000000 10000000000000000))
|
||||
|
||||
# Define Hooks
|
||||
var cmd-status-code = 0
|
||||
|
Loading…
Reference in New Issue
Block a user