fish-shell/share/functions/fish_vcs_prompt.fish
2019-02-10 14:44:50 +01:00

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