[Bug 268051] shell/fish -fish: Unknown command: fish_status_to_signal
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268051] shell/fish: Unknown command: fish_status_to_signal"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268051] shell/fish: Unknown command: fish_status_to_signal"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268051] shell/fish: Unknown command: fish_status_to_signal"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268051] shell/fish: Unknown command: fish_status_to_signal"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268051] shell/fish: Unknown command: fish_status_to_signal"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Nov 2022 22:16:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268051 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): 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): Unknown 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): 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): Unknown 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 alias gs='git status' alias gc='git clean -xdf' alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" alias ls="gnuls -a --color" if status is-interactive # Commands to run in interactive sessions can go here end -- You are receiving this mail because: You are the assignee for the bug.