mirror of
https://github.com/FAUSheppy/config
synced 2025-12-09 08:08:32 +01:00
removed now obsolte setupskript
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
import os
|
|
||||||
|
|
||||||
rc = open("zshrc",'w+')
|
|
||||||
old = open("zshrc_old",'r')
|
|
||||||
for line in old:
|
|
||||||
if line.startswith("LD_PRELOAD="):
|
|
||||||
line = "LD_PRELOAD='"+os.getcwd()+"/libcoloredstderr.so'\n"
|
|
||||||
rc.write(line)
|
|
||||||
Reference in New Issue
Block a user