Date: Mon, 28 Nov 2022 22:16:56 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 268051] shell/fish -fish: Unknown command: fish_status_to_signal Message-ID: <bug-268051-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268051 Bug ID: 268051 Summary: shell/fish -fish: Unknown command: fish_status_to_signal Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: freebsd@sysctl.cz Hi, i have issue sometimes with fish. m/S/c/qtbyhe (main)> git push origin main - error: src refspec - does not match any error: failed to push some refs to 'github.com:Martinfx/qtbhyve.git' fish: Unknown command: fish_status_to_signal /usr/local/share/fish/functions/__fish_print_pipestatus.fish (line 1):=20 fish_status_to_signal $argv | string join "$sep" ^ in command substitution called on line 26 of file /usr/local/share/fish/functions/__fish_print_pipestatus.fish in function '__fish_print_pipestatus' with arguments '\[ \] \| \e\[38\;5\;1m \e\[1m\e\[38\;5\;1m 1' called on line 1 of file /usr/local/share/fish/functions/fish_prompt.fish in command substitution called on line 31 of file /usr/local/share/fish/functions/fish_prompt.fish in function 'fish_prompt' in command substitution /usr/local/share/fish/functions/__fish_print_pipestatus.fish (line 26): Unk= nown command set -l last_pipestatus_string (fish_status_to_signal $argv | string join "$sep") ^ in function '__fish_print_pipestatus' with arguments '\[ \] \| \e\[38\;5\;1m \e\[1m\e\[38\;5\;1m 1' called on line 1 of file /usr/local/share/fish/functions/fish_prompt.fish in command substitution called on line 31 of file /usr/local/share/fish/functions/fish_prompt.fish in function 'fish_prompt' in command substitution --------------------------------------------- /m/S/c/qtbhyve (main)> cd qt cd: The directory 'qt' does not exist fish: Unknown command: fish_status_to_signal /usr/local/share/fish/functions/__fish_print_pipestatus.fish (line 1):=20 fish_status_to_signal $argv | string join "$sep" ^ in command substitution called on line 26 of file /usr/local/share/fish/functions/__fish_print_pipestatus.fish in function '__fish_print_pipestatus' with arguments '\[ \] \| \e\[38\;5\;1m \e\[1m\e\[38\;5\;1m 1' called on line 1 of file /usr/local/share/fish/functions/fish_prompt.fish in command substitution called on line 31 of file /usr/local/share/fish/functions/fish_prompt.fish in function 'fish_prompt' in command substitution /usr/local/share/fish/functions/__fish_print_pipestatus.fish (line 26): Unk= nown command set -l last_pipestatus_string (fish_status_to_signal $argv | string join "$sep") ^ in function '__fish_print_pipestatus' with arguments '\[ \] \| \e\[38\;5\;1m \e\[1m\e\[38\;5\;1m 1' called on line 1 of file /usr/local/share/fish/functions/fish_prompt.fish in command substitution called on line 31 of file /usr/local/share/fish/functions/fish_prompt.fish in function 'fish_prompt' in command substitution ~/.c/fish> less config.fish=20 alias gs=3D'git status' alias gc=3D'git clean -xdf' alias gl=3D"git log --graph --pretty=3Dformat:'%Cred%h%Creset -%C(yellow)%d= %Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" alias ls=3D"gnuls -a --color" if status is-interactive # Commands to run in interactive sessions can go here end --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268051-7788>