mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 21:35:04 +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
|