Skip to content
Snippets Groups Projects
Commit 8ed21d95 authored by Ayaz Badouraly's avatar Ayaz Badouraly
Browse files

Fixing typo in tip comment

parent fd8d0fc3
Branches
No related tags found
No related merge requests found
...@@ -7,16 +7,16 @@ ...@@ -7,16 +7,16 @@
# #
# In normal formats and actionformats the following replacements are done: # In normal formats and actionformats the following replacements are done:
#%s : The VCS in use (git, hg, svn, etc.). # %s : The VCS in use (git, hg, svn, etc.).
#%b : Information about the current branch. # %b : Information about the current branch.
#%a : An identifier that describes the action. Only makes sense in actionformats. # %a : An identifier that describes the action. Only makes sense in actionformats.
#%i : The current revision number or identifier. For hg the hgrevformat style may be used to customize the output. # %i : The current revision number or identifier. For hg the hgrevformat style may be used to customize the output.
#%c : The string from the stagedstr style if there are staged changes in the repository. # %c : The string from the stagedstr style if there are staged changes in the repository.
#%u : The string from the unstagedstr style if there are unstaged changes in the repository. # %u : The string from the unstagedstr style if there are unstaged changes in the repository.
#%R : The base directory of the repository. # %R : The base directory of the repository.
#%r : The repository name. If %R is /foo/bar/repoXY, %r is repoXY. # %r : The repository name. If %R is /foo/bar/repoXY, %r is repoXY.
#%S : A subdirectory within a repository. If $PWD is /foo/bar/repoXY/beer/tasty, %S is beer/tasty. # %S : A subdirectory within a repository. If $PWD is /foo/bar/repoXY/beer/tasty, %S is beer/tasty.
#%m : A "misc" replacement. It is at the discretion of the backend to decide what this replacement expands to. # %m : A "misc" replacement. It is at the discretion of the backend to decide what this replacement expands to.
function +vi-theme-default() { function +vi-theme-default() {
local vcs_prompt_prefix="%F{magenta}(%F{white}%s%F{magenta})%f" local vcs_prompt_prefix="%F{magenta}(%F{white}%s%F{magenta})%f"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment