From f6cf098f9a6193e24c1abaa825382f966afa407f Mon Sep 17 00:00:00 2001 From: Sheppy Date: Thu, 3 Nov 2016 12:27:26 +0100 Subject: [PATCH] fixed LDpreoload for all systems --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 84bdb48..86cc4b5 100644 --- a/zshrc +++ b/zshrc @@ -5,7 +5,8 @@ PS1=$'%F{yellow}%m%f%F{red}:%f%F{cyan}%~%f\n'$CMD_START #promt #coloring stderr, causes problems in output odering #exec 2>>( while IFS='' read X; do print "\e[91m${X}\e[0m" > /dev/tty; done & ) #better by rudi_s -LD_PRELOAD='/home/ik15ydit/.config'COLORED_STDERR_FDS=2, +LD_PRELOAD="$HOME/.config/libcoloredstderr.so" +COLORED_STDERR_FDS=2, export LD_PRELOAD COLORED_STDERR_FDS #markingbird