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