I'm getting a weird issue, that the cursor position is off by one. The cursor appears one position behind where I expect it to be, hiding a letter and messing with my typing. I narrowed it down to the theme because in other themes it doesn't happen.
I feel like something is wrong with my install but I cleared everything and started over and it still happened. I also get these errors when switching from bobthefish to any other theme (until I delete functions/fish_prompt.fish:
fish: Unknown command: __bobthefish_glyphs
fish:
__bobthefish_glyphs
^
in function '__fish_prompt_orig'
called on line 47 of file -
in function 'fish_prompt'
in command substitution
fish: Unknown command: __bobthefish_colors
fish:
__bobthefish_colors $theme_color_scheme
^
in function '__fish_prompt_orig'
called on line 47 of file -
in function 'fish_prompt'
in command substitution
set_color: Expected argument for option b
~/.config/fish/functions/fish_prompt.fish (line 335):
set_color -b $bg $fg $argv
^
in function '__bobthefish_start_segment'
called on line 363 of file ~/.config/fish/functions/fish_prompt.fish
in function '__bobthefish_path_segment' with arguments '/home/user/src/somedir'
called on line 959 of file ~/.config/fish/functions/fish_prompt.fish
in function '__bobthefish_prompt_git' with arguments '/home/user/src/somedir /home/user/src/somedir'
in function '__fish_prompt_orig'
called on line 47 of file -
in function 'fish_prompt'
in command substitution
(Type 'help set_color' for related documentation)
set_color: Expected argument for option b
~/.config/fish/functions/fish_prompt.fish (line 379):
set_color -b $segment_basename_color
^
in function '__bobthefish_path_segment' with arguments '/home/user/src/somedir'
called on line 959 of file ~/.config/fish/functions/fish_prompt.fish
in function '__bobthefish_prompt_git' with arguments '/home/user/src/somedir /home/user/src/somedir'
in function '__fish_prompt_orig'
called on line 47 of file -
in function 'fish_prompt'
in command substitution
(Type 'help set_color' for related documentation)
set_color: Expected argument for option b
~/.config/fish/functions/fish_prompt.fish (line 335):
set_color -b $bg $fg $argv
^
in function '__bobthefish_start_segment'
called on line 961 of file ~/.config/fish/functions/fish_prompt.fish
in function '__bobthefish_prompt_git' with arguments '/home/user/src/somedir /home/user/src/somedir'
in function '__fish_prompt_orig'
called on line 47 of file -
in function 'fish_prompt'
in command substitution
I'm getting a weird issue, that the cursor position is off by one. The cursor appears one position behind where I expect it to be, hiding a letter and messing with my typing. I narrowed it down to the theme because in other themes it doesn't happen.
I feel like something is wrong with my install but I cleared everything and started over and it still happened. I also get these errors when switching from bobthefish to any other theme (until I delete
functions/fish_prompt.fish
: