mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
Disable svn prompt by default
This is apparently quite slow on large svn repos (like 40 seconds slow), and we don't have a good thing to display other than the full file information. So we'll have to disable it for now. Fixes #6681. [ci skip]
This commit is contained in:
@@ -25,6 +25,8 @@ It calls out to VCS-specific functions. The currently supported systems are:
|
||||
|
||||
If a VCS isn't installed, the respective function does nothing.
|
||||
|
||||
The svn prompt is disabled by default because it's slow on large svn repositories. To enable it, modify fish_vcs_prompt to uncomment it. See :ref:`funced <cmd-funced>`.
|
||||
|
||||
For more information, see the documentation for each of the functions above.
|
||||
|
||||
Example
|
||||
|
||||
Reference in New Issue
Block a user