fish-shell/share/functions/__fish_vcs_prompt.fish
Fabian Homborg c771334924 Rename __fish_vcs_prompt -> fish_vcs_prompt
Still keep a stub under the old name for compatibility.
2019-02-10 14:44:50 +01:00

3 lines
109 B
Fish

function __fish_vcs_prompt --description "Print the prompts for all available vcsen"
fish_vcs_prompt
end