<div dir="ltr">Which pass functions are you seeing color?<div><br></div><div>If you are using pass with git, you can turn off the colors provided by git by running:</div><div><br></div><div>pass git config color.ui false</div>
<div><br></div><div>If you want git apply this setting to all repositories:</div><div><br></div><div>git config --global color.ui false<br></div><div><br></div><div>Hope this helps,</div><div>Paul</div><div><br></div><div>
P.S Git was the only command in my install that produced color output. Tree (used by "pass ls") also has a color option, but I believe that is not enabled by default.</div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Thu, Jun 26, 2014 at 7:29 AM, Klaus Birkelund Jensen <span dir="ltr"><<a href="mailto:kbj@libsys.so" target="_blank">kbj@libsys.so</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
Is it possible to disable the colors from the output?<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
<br>
 Klaus,<br>
   unexceptional communication since 1985<br>
</font></span><br>_______________________________________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a><br>
<a href="http://lists.zx2c4.com/mailman/listinfo/password-store" target="_blank">http://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
<br></blockquote></div><br></div>