diff --git a/share/functions/fish_vcs_prompt.fish b/share/functions/fish_vcs_prompt.fish index d0deef7c2..ed2d90725 100644 --- a/share/functions/fish_vcs_prompt.fish +++ b/share/functions/fish_vcs_prompt.fish @@ -1,8 +1,8 @@ function fish_vcs_prompt --description "Print the prompts for all available vcsen" # If a prompt succeeded, we assume that it's printed the correct info. # This is so we don't try svn if git already worked. - fish_git_prompt - or fish_hg_prompt + fish_git_prompt $argv + or fish_hg_prompt $argv # The svn prompt is disabled by default because it's quite slow on common svn repositories. # To enable it uncomment it. # You can also only use it in specific directories by checking $PWD.