fish-shell/share/functions/__fish_vcs_prompt.fish
Fabian Homborg baa6971a46 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.
2015-12-16 19:05:28 +01:00

5 lines
145 B
Fish

function __fish_vcs_prompt --description "Print the prompts for all available vcsen"
__fish_git_prompt
__fish_hg_prompt
__fish_svn_prompt
end