mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 23:21:34 +01:00
fixed newline
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()+"'"
|
||||
line = "LD_PRELOAD='"+os.getcwd()+"'\n"
|
||||
rc.write(line)
|
||||
|
||||
Reference in New Issue
Block a user