mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Add __fish_vcs_prompt helper function
This is supposed to be used by prompts so they'll get all known vcsen integrated. For now, there's no distinction between the different vcsen.
This commit is contained in:
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