mirror of
https://github.com/FAUSheppy/config
synced 2025-12-09 08:08:32 +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 ###
|
||||
#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"
|
||||
COLORED_STDERR_FDS=2,
|
||||
export LD_PRELOAD COLORED_STDERR_FDS
|
||||
|
||||
Reference in New Issue
Block a user