Which pass functions are you seeing color? If you are using pass with git, you can turn off the colors provided by git by running:
pass git config color.ui false If you want git apply this setting to all repositories: git config --global color.ui false Hope this helps, Paul 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. On Thu, Jun 26, 2014 at 7:29 AM, Klaus Birkelund Jensen <[email protected]> wrote: > Hi all, > > Is it possible to disable the colors from the output? > > -- > > Klaus, > unexceptional communication since 1985 > > _______________________________________________ > Password-Store mailing list > [email protected] > http://lists.zx2c4.com/mailman/listinfo/password-store > >
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
