From 8ed21d95421a93733e6b993dcd2276909eeb0066 Mon Sep 17 00:00:00 2001 From: Ayaz Badouraly <ayaz.badouraly@via.ecp.fr> Date: Sun, 18 Dec 2016 23:24:05 +0100 Subject: [PATCH] Fixing typo in tip comment --- functions/vcs_themes.zsh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/functions/vcs_themes.zsh b/functions/vcs_themes.zsh index 09cf1aa..9004869 100644 --- a/functions/vcs_themes.zsh +++ b/functions/vcs_themes.zsh @@ -7,16 +7,16 @@ # # In normal formats and actionformats the following replacements are done: -#› %s : The VCS in use (git, hg, svn, etc.). -#› %b : Information about the current branch. -#› %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. -#› %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. -#› %R : The base directory of the repository. -#› %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. -#› %m : A "misc" replacement. It is at the discretion of the backend to decide what this replacement expands to. +# %s : The VCS in use (git, hg, svn, etc.). +# %b : Information about the current branch. +# %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. +# %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. +# %R : The base directory of the repository. +# %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. +# %m : A "misc" replacement. It is at the discretion of the backend to decide what this replacement expands to. function +vi-theme-default() { local vcs_prompt_prefix="%F{magenta}(%F{white}%s%F{magenta})%f" -- GitLab