mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
baa6971a46
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.
5 lines
145 B
Fish
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
|