mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
5 lines
146 B
Fish
5 lines
146 B
Fish
function fish_vcs_prompt --description "Print the prompts for all available vcsen"
|
|
fish_git_prompt
|
|
fish_hg_prompt
|
|
fish_svn_prompt
|
|
end
|