Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
8e1cfc91
Commit
8e1cfc91
authored
Apr 15, 2018
by
Alexis Hildebrandt
Committed by
Marc Cornellà
Apr 15, 2018
Browse files
Fix emotty theme when using zsh 5.2 (#5998)
see
http://www.zsh.org/mla/workers/2015/msg03259.html
parent
30a5124f
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/emotty.zsh-theme
View file @
8e1cfc91
...
...
@@ -68,6 +68,10 @@ prompt_glyph="%{%(#.${root_prompt}.${user_prompt}) %2G%}"
setopt promptsubst
# Workaround for zsh 5.2 release (kudos to @timothybasanov)
autoload +X VCS_INFO_nvcsformats
functions[VCS_INFO_nvcsformats]
=
${
functions
[VCS_INFO_nvcsformats]/local -a msgs/
}
autoload
-U
add-zsh-hook
autoload
-Uz
vcs_info
...
...
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