aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.pythonrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.pythonrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.pythonrc b/.pythonrc
new file mode 100644
index 0000000..23b7e11
--- /dev/null
+++ b/.pythonrc
@@ -0,0 +1,2 @@
+import readline, rlcompleter
+readline.parse_and_bind("tab:complete")