Major rework on vim and zsh

This commit is contained in:
hellerve
2015-04-05 17:41:14 +02:00
parent 9e6f10e473
commit 50f32b32ed
5 changed files with 578 additions and 178 deletions

View File

@@ -14,4 +14,5 @@ def write_history(readline=readline, histfile=histfile):
except IOError:
pass
atexit.register(write_history)
del readline, histfile, atexit, write_history, sys, os