Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
04b1b75b
Unverified
Commit
04b1b75b
authored
Mar 03, 2022
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: remove VCS_INFO svn settings from themes that don't enable it
parent
eaa60244
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
jnrowe.zsh-theme
themes/jnrowe.zsh-theme
+0
-1
linuxonly.zsh-theme
themes/linuxonly.zsh-theme
+0
-1
trapd00r.zsh-theme
themes/trapd00r.zsh-theme
+0
-1
No files found.
themes/jnrowe.zsh-theme
View file @
04b1b75b
...
@@ -4,7 +4,6 @@ autoload -Uz vcs_info
...
@@ -4,7 +4,6 @@ autoload -Uz vcs_info
zstyle
':vcs_info:*'
actionformats
\
zstyle
':vcs_info:*'
actionformats
\
'%F{5}(%f%s%F{5})%F{3}-%F{5}[%F{2}%b%F{3}|%F{1}%a%F{5}]%f '
'%F{5}(%f%s%F{5})%F{3}-%F{5}[%F{2}%b%F{3}|%F{1}%a%F{5}]%f '
zstyle
':vcs_info:*'
formats
'%F{2}%s%F{7}:%F{2}(%F{1}%b%F{2})%f '
zstyle
':vcs_info:*'
formats
'%F{2}%s%F{7}:%F{2}(%F{1}%b%F{2})%f '
zstyle
':vcs_info:(sv[nk]|bzr):*'
branchformat
'%b%F{1}:%F{3}%r'
zstyle
':vcs_info:*'
enable
git
zstyle
':vcs_info:*'
enable
git
add-zsh-hook precmd prompt_vcs
add-zsh-hook precmd prompt_vcs
...
...
themes/linuxonly.zsh-theme
View file @
04b1b75b
...
@@ -28,7 +28,6 @@ zstyle ':vcs_info:*' actionformats \
...
@@ -28,7 +28,6 @@ zstyle ':vcs_info:*' actionformats \
'%{$c8%}(%f%s)%{$c7%}-%F{5}[%F{2}%b%F{3}|%F{1}%a%F{5}]%f '
'%{$c8%}(%f%s)%{$c7%}-%F{5}[%F{2}%b%F{3}|%F{1}%a%F{5}]%f '
zstyle ':vcs_info:*' formats \
zstyle ':vcs_info:*' formats \
"%{$c8%}%s%{$c7%}:%{$c7%}(%{$c9%}%b%{$c7%})%f "
"%{$c8%}%s%{$c7%}:%{$c7%}(%{$c9%}%b%{$c7%})%f "
zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r'
zstyle ':vcs_info:*' enable git
zstyle ':vcs_info:*' enable git
add-zsh-hook precmd prompt_jnrowe_precmd
add-zsh-hook precmd prompt_jnrowe_precmd
...
...
themes/trapd00r.zsh-theme
View file @
04b1b75b
...
@@ -102,7 +102,6 @@ zstyle ':vcs_info:*' actionformats \
...
@@ -102,7 +102,6 @@ zstyle ':vcs_info:*' actionformats \
zstyle ':vcs_info:*' formats \
zstyle ':vcs_info:*' formats \
"%{$c8%}%s%%{$c7%}❨ %{$c9%}%{$c11%}%b%{$c7%} ❩%{$reset_color%}%f "
"%{$c8%}%s%%{$c7%}❨ %{$c9%}%{$c11%}%b%{$c7%} ❩%{$reset_color%}%f "
zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r'
zstyle ':vcs_info:*' enable git
zstyle ':vcs_info:*' enable git
add-zsh-hook precmd prompt_jnrowe_precmd
add-zsh-hook precmd prompt_jnrowe_precmd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment