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

fix: correct fish syntax error when setting variables (#2320)

This commit is contained in:
Jan Christoph Ebersbach 2021-02-15 20:10:08 +01:00 committed by GitHub
parent d0951db35a
commit 6bd4e724e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)