mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00: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:
parent
aefe084124
commit
baa6971a46
1 changed files with 5 additions and 0 deletions
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
|
Loading…
Reference in a new issue