"vscode:/vscode.git/clone" did not exist on "d9fa6c7c74d59687f4ee622366c3ae2824bdb47a"
Commit 8e1cfc91 authored by Alexis Hildebrandt's avatar Alexis Hildebrandt Committed by Marc Cornellà
Browse files

Fix emotty theme when using zsh 5.2 (#5998)

see http://www.zsh.org/mla/workers/2015/msg03259.html
parent 30a5124f
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment