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

5 lines
150 B
Fish

function fish_vcs_prompt --description "Print the prompts for all available vcsen"
fish_git_prompt
__fish_hg_prompt
__fish_svn_prompt
end