2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-19 16:34:24 +00:00
fish-shell/share/functions/__fish_vcs_prompt.fish

6 lines
145 B
Fish
Raw Normal View History

function __fish_vcs_prompt --description "Print the prompts for all available vcsen"
__fish_git_prompt
__fish_hg_prompt
__fish_svn_prompt
end