2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-24 11:27:41 +00:00
fish-shell/share/functions/fish_vcs_prompt.fish
2019-02-10 14:44:50 +01:00

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