mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Merge pull request #3965 from apjanke/spectrum-hide-codes
Hide spectrum.zsh var values to avoid junky output to terminal
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
| # P.C. Shyamshankar <sykora@lucentbeing.com> | ||||
| # Copied from http://github.com/sykora/etc/blob/master/zsh/functions/spectrum/ | ||||
|  | ||||
| typeset -Ag FX FG BG | ||||
| typeset -AHg FX FG BG | ||||
|  | ||||
| FX=( | ||||
|     reset     "%{[00m%}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user