externl/fish-symnav

errors when i press enter the first time on prompt

Closed this issue · 1 comments

error as follow, and everything works fine the first enter.

Welcome to fish, the friendly interactive shell
root@cms1 ~ functions: Function “fish_title” does not exist
Standard input (line 29):
in function “__symnav_fix_function”
	called on line 51 of file ~/.config/fish/functions/__symnav_initialize.fish
	with parameter list “fish_title”

in function “__symnav_initialize”
	called on line 7 of file ~/.config/fish/functions/__symnav_execute.fish

in function “__symnav_execute”
	called on standard input


       functions -- print or erase functions

   Synopsis
       functions [ -a | --all ] [ -n | --names ]
       functions [ -D | --details ] [ -v ] FUNCTION
       functions -c OLDNAME NEWNAME
       functions -d DESCRIPTION FUNCTION
       functions [ -e | -q ] FUNCTIONS...

functions: Type “help functions” for related documentation

functions: Function “fish_title” does not exist
Standard input (line 37):
        functions --copy $func __symnav_shadow_$func
        ^
in function “__symnav_fix_function”
	called on line 51 of file ~/.config/fish/functions/__symnav_initialize.fish
	with parameter list “fish_title”

in function “__symnav_initialize”
	called on line 7 of file ~/.config/fish/functions/__symnav_execute.fish

in function “__symnav_execute”
	called on standard input


       functions -- print or erase functions

   Synopsis
       functions [ -a | --all ] [ -n | --names ]
       functions [ -D | --details ] [ -v ] FUNCTION
       functions -c OLDNAME NEWNAME
       functions -d DESCRIPTION FUNCTION
       functions [ -e | -q ] FUNCTIONS...

functions: Type “help functions” for related documentation

functions: Function “__parse_current_folder” does not exist
Standard input (line 29):
in function “__symnav_fix_function”
	called on line 51 of file ~/.config/fish/functions/__symnav_initialize.fish
	with parameter list “__parse_current_folder”

in function “__symnav_initialize”
	called on line 7 of file ~/.config/fish/functions/__symnav_execute.fish

in function “__symnav_execute”
	called on standard input


       functions -- print or erase functions

   Synopsis
       functions [ -a | --all ] [ -n | --names ]
       functions [ -D | --details ] [ -v ] FUNCTION
       functions -c OLDNAME NEWNAME
       functions -d DESCRIPTION FUNCTION
       functions [ -e | -q ] FUNCTIONS...

functions: Type “help functions” for related documentation

functions: Function “__parse_current_folder” does not exist
Standard input (line 37):
        functions --copy $func __symnav_shadow_$func
        ^
in function “__symnav_fix_function”
	called on line 51 of file ~/.config/fish/functions/__symnav_initialize.fish
	with parameter list “__parse_current_folder”

in function “__symnav_initialize”
	called on line 7 of file ~/.config/fish/functions/__symnav_execute.fish

in function “__symnav_execute”
	called on standard input


       functions -- print or erase functions

   Synopsis
       functions [ -a | --all ] [ -n | --names ]
       functions [ -D | --details ] [ -v ] FUNCTION
       functions -c OLDNAME NEWNAME
       functions -d DESCRIPTION FUNCTION
       functions [ -e | -q ] FUNCTIONS...

functions: Type “help functions” for related documentation

This should be fixed now, sorry about that!