mirror of
https://github.com/FAUSheppy/config
synced 2025-12-09 16:18:33 +01:00
Fix a problem which caused LD_PRELOAD not beeing set on any machine
This commit is contained in:
2
zshrc
2
zshrc
@@ -12,7 +12,7 @@ HISTFILE=~/.config/zshhistory.log
|
|||||||
|
|
||||||
### COLOR STDERR ###
|
### COLOR STDERR ###
|
||||||
#legacy, this causes problems in output odering exec 2>>( while IFS='' read X; do print "\e[91m${X}\e[0m" > /dev/tty; done & )
|
#legacy, this causes problems in output odering exec 2>>( while IFS='' read X; do print "\e[91m${X}\e[0m" > /dev/tty; done & )
|
||||||
if [[ NO_LDPRELOAD == false ]]; then
|
if [[ $NO_LDPRELOAD == false ]]; then
|
||||||
LD_PRELOAD="$HOME/.config/libcoloredstderr.so"
|
LD_PRELOAD="$HOME/.config/libcoloredstderr.so"
|
||||||
COLORED_STDERR_FDS=2,
|
COLORED_STDERR_FDS=2,
|
||||||
export LD_PRELOAD COLORED_STDERR_FDS
|
export LD_PRELOAD COLORED_STDERR_FDS
|
||||||
|
|||||||
Reference in New Issue
Block a user