mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
another bug with LDpreload
This commit is contained in:
@@ -4,5 +4,5 @@ rc = open("zshrc",'w+')
|
||||
old = open("zshrc_old",'r')
|
||||
for line in old:
|
||||
if line.startswith("LD_PRELOAD="):
|
||||
line = "LD_PRELOAD='"+os.getcwd()+"'\n"
|
||||
line = "LD_PRELOAD='"+os.getcwd()+"/libcoloredstderr.so'\n"
|
||||
rc.write(line)
|
||||
|
||||
Reference in New Issue
Block a user