![]() |
![]()
| ![]() |
![]()
NAMEfish_vcs_prompt - output version control system information for use in a prompt SYNOPSISfish_vcs_prompt function fish_prompt DESCRIPTIONThe fish_vcs_prompt function displays information about the current version control system (VCS) repository, if any. It calls out to VCS-specific functions. The currently supported systems are:
If a VCS isn't installed, the respective function does nothing. The Subversion prompt is disabled by default, because it's slow on large repositories. To enable it, modify fish_vcs_prompt to uncomment it. See funced. For more information, see the documentation for each of the functions above. EXAMPLEA simple prompt that displays all known VCS info: function fish_prompt COPYRIGHT2024, fish-shell developers
|