You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Project documentation says the following to install using fisher
fisher add 0rax/fishline
but on fisher version 4.3, there is no such option as add and only install. The following commands only brings in just fishline.fishand nothig else.
% fisher -v
fisher, version 4.3.1
% fisher install 0rax/fishline
fisher install version 4.3.1
In config.fish /home/GSS
Fetching https://codeload.github.com/0rax/fishline/tar.gz/HEAD
Installing 0rax/fishline
/home/shiva/.config/fish/functions/fishline.fish
Installed 1 plugin/s
Creating a fish prompt as below
functionfish_prompt
fishline -s$statusend
results in the following
__fishline_segment_close: command not found
~/.config/fish/functions/fishline.fish (line 71):
__fishline_segment_close
^
in function 'fishline' with arguments '-s 0'
called on line 2 of file ~/.config/fish/functions/fish_prompt.fish
in function 'fish_prompt'
in command substitution
Let me know what I am missing. Thanks for your work.
The text was updated successfully, but these errors were encountered:
The Project documentation says the following to install using fisher
but on
fisher
version 4.3, there is no such option asadd
and onlyinstall
. The following commands only brings in justfishline.fish
and nothig else.Creating a fish prompt as below
results in the following
Let me know what I am missing. Thanks for your work.
The text was updated successfully, but these errors were encountered: