Was tabbing through completions for fish_ and I saw fish_jj_prompt. Went to look on the website but the only reference I could find was in the 4.10 release notes - https://fishshell.com/docs/current/relnotes.html#id28.
Command only non-release note references I could find were in the main code at
and its integration with
fish_vcs_prompt
|
function fish_vcs_prompt --description "Print all vcs prompts" |
The command is missing from the docs entirely from what I can see, where I would expect to see it alongside fish_git_prompt, fish_vcs_prompt, fish_hg_prompt and fish_svn_prompt in both the helper functions and full list.
Was tabbing through completions for
fish_and I sawfish_jj_prompt. Went to look on the website but the only reference I could find was in the 4.10 release notes - https://fishshell.com/docs/current/relnotes.html#id28.Command only non-release note references I could find were in the main code at
fish-shell/share/functions/fish_jj_prompt.fish
Line 1 in a3984ac
fish_vcs_promptfish-shell/share/functions/fish_vcs_prompt.fish
Line 1 in a3984ac
The command is missing from the docs entirely from what I can see, where I would expect to see it alongside
fish_git_prompt,fish_vcs_prompt,fish_hg_promptandfish_svn_promptin both the helper functions and full list.