diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-02 22:14:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-02 22:14:58 +0300 |
commit | 7ce9d50a43ba0c91c30472247bec5389a562b649 (patch) | |
tree | fc5f1d6b1808b43bb2119b29a06bac8ad55a7bb3 /.pythonrc | |
parent | Sublime Text 3: spaces to tabs (diff) | |
download | linux-home-7ce9d50a43ba0c91c30472247bec5389a562b649.tar.gz linux-home-7ce9d50a43ba0c91c30472247bec5389a562b649.zip |
add .pythonrc
Diffstat (limited to '')
-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") |