mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 03:26:24 +08:00
6 lines
146 B
Fish
6 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
|