home: common: fix zsh GREP_COLORS
Signed-off-by: Amneesh Singh <amneesh@ti.com>
This commit is contained in:
		@@ -17,7 +17,7 @@
 | 
				
			|||||||
      autosuggestions.color = "fg=yellow,bold";
 | 
					      autosuggestions.color = "fg=yellow,bold";
 | 
				
			||||||
      utility.safeOps = false;
 | 
					      utility.safeOps = false;
 | 
				
			||||||
      extraConfig = lib.mkBefore ''
 | 
					      extraConfig = lib.mkBefore ''
 | 
				
			||||||
        export GREP_COLORS="ms=01;31"
 | 
					        export GREP_COLORS="mt=01;31"
 | 
				
			||||||
      '';
 | 
					      '';
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    initContent = lib.mkAfter ''
 | 
					    initContent = lib.mkAfter ''
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user