mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
c771334924
Still keep a stub under the old name for compatibility.
5 lines
150 B
Fish
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
|