removed now obsolte setupskript

This commit is contained in:
Sheppy
2017-01-20 03:31:43 +01:00
parent f8b6848039
commit 8447eb0c66

View File

@@ -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)