mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 03:13:37 +08:00
6 lines
145 B
Fish
6 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
|