mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 22:14:49 +08:00
cb7762b7c0
This exposes it more, since it's quite an important function. We should do the same with the other vcs functions. We leave a compatibility shim in place for now.
6 lines
152 B
Fish
6 lines
152 B
Fish
function __fish_vcs_prompt --description "Print the prompts for all available vcsen"
|
|
fish_git_prompt
|
|
__fish_hg_prompt
|
|
__fish_svn_prompt
|
|
end
|