matchai / spacefish

🚀🐟 The fish shell prompt for astronauts
https://spacefish.matchai.dev
MIT License
963 stars 77 forks source link

Unknown subcommand 'upper' #213

Closed janaakhterov closed 4 years ago

janaakhterov commented 4 years ago

Bug Report

Current Behavior When installing spacefish using fisher on fish version 3.0.2 a huge error pops up on every action until I uninstall spacefish.

Expected Behavior No Errors.

Relevant Fish Configuration Only relevant spacefish configuration.

set SPACEFISH_PROMPT_ORDER dir git package node docker golang rust exec_time line_sep vi_mode char

Note: Commenting out that line didn't fix error.

Environment

Additional context/Screenshots Actual error: ```string: Unknown subcommand 'upper' ~/.config/fish/functions/__sf_section_git_status.fish (line 6): string upper $i ^ in command substitution called on line 4 of file ~/.config/fish/functions/__sf_section_git_status.fish

in function “__sf_section_git_status” called on line 6 of file ~/.config/fish/functions/__sf_section_git.fish

in command substitution called on line 4 of file ~/.config/fish/functions/__sf_section_git.fish

in function “__sf_section_git” called on line 1 of file -

from sourcing file - called on line 60 of file /nix/store/d1i3q0w24rzhqhiaigxfj0gdxv4dg81j-fish-2.6.0/share/fish/functions/eval.fish

in function “eval” called on line 30 of file ~/.config/fish/functions/fish_prompt.fish

in function “fish_prompt” called on standard input```