Add __fish_vcs_prompt helper function

This is supposed to be used by prompts so they'll get all known vcsen
integrated.

For now, there's no distinction between the different vcsen.
This commit is contained in:
Fabian Homborg 2015-12-09 20:00:20 +01:00
parent aefe084124
commit baa6971a46

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