Rename __fish_vcs_prompt -> fish_vcs_prompt

Still keep a stub under the old name for compatibility.
This commit is contained in:
Fabian Homborg
2019-02-09 15:43:05 +01:00
parent f2b08ec592
commit c771334924
3 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
function __fish_vcs_prompt --description "Print the prompts for all available vcsen"
fish_git_prompt
__fish_hg_prompt
__fish_svn_prompt
fish_vcs_prompt
end

View File

@@ -0,0 +1,5 @@
function fish_vcs_prompt --description "Print the prompts for all available vcsen"
fish_git_prompt
__fish_hg_prompt
__fish_svn_prompt
end