starkli icon indicating copy to clipboard operation
starkli copied to clipboard

Problem with .env in Fish shell

Open Vid201 opened this issue 11 months ago • 0 comments

The .env file that is generated on the fly is same for all shells - but the syntax for env file doesn't work in Fish shell.

Each time the Fish terminal is open, the error appears.

~/.starkli/env (line 4): 'case' builtin not inside of switch block case ":\${PATH}:" in ^ from sourcing file ~/.starkli/env called on line 12 of file ~/.config/fish/config.fish from sourcing file ~/.config/fish/config.fish called during startup .: Error while reading file “/home/vid/.starkli/env”

https://github.com/xJonathanLEI/starkli/blob/master/starkliup/install

Vid201 avatar Mar 14 '24 21:03 Vid201