mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Rename __fish_vcs_prompt -> fish_vcs_prompt
Still keep a stub under the old name for compatibility.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
function __fish_vcs_prompt --description "Print the prompts for all available vcsen"
|
||||
fish_git_prompt
|
||||
__fish_hg_prompt
|
||||
__fish_svn_prompt
|
||||
fish_vcs_prompt
|
||||
end
|
||||
|
||||
5
share/functions/fish_vcs_prompt.fish
Normal file
5
share/functions/fish_vcs_prompt.fish
Normal file
@@ -0,0 +1,5 @@
|
||||
function fish_vcs_prompt --description "Print the prompts for all available vcsen"
|
||||
fish_git_prompt
|
||||
__fish_hg_prompt
|
||||
__fish_svn_prompt
|
||||
end
|
||||
Reference in New Issue
Block a user