From d87bd3ddaa696c6a60528d99783aa33db6e8f214 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 13 Dec 2021 15:53:55 -0500 Subject: Drop a bunch of old config files --- .pythonrc.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .pythonrc.py (limited to '.pythonrc.py') diff --git a/.pythonrc.py b/.pythonrc.py deleted file mode 100644 index 29373d4..0000000 --- a/.pythonrc.py +++ /dev/null @@ -1,8 +0,0 @@ -# ~/.pythonrc -# enable syntax completion -try: - import rlcompleter - rlcompleter.readline.parse_and_bind("tab: complete") -except: - import readline - readline.parse_and_bind("tab: complete") -- cgit v1.2.3