diff options
Diffstat (limited to '.pythonrc')
-rw-r--r-- | .pythonrc | 2 |
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") |