mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-25 11:20:01 +00:00
fix: correct fish syntax error when setting variables (#2320)
This commit is contained in:
parent
d0951db35a
commit
6bd4e724e9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user