Commit 11de60fd authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #3965 from apjanke/spectrum-hide-codes

Hide spectrum.zsh var values to avoid junky output to terminal
parents 4fbfb149 81422612
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# P.C. Shyamshankar <sykora@lucentbeing.com> # P.C. Shyamshankar <sykora@lucentbeing.com>
# Copied from http://github.com/sykora/etc/blob/master/zsh/functions/spectrum/ # Copied from http://github.com/sykora/etc/blob/master/zsh/functions/spectrum/
typeset -Ag FX FG BG typeset -AHg FX FG BG
FX=( FX=(
reset "%{%}" reset "%{%}"
......
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