aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.pythonrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-06 20:45:23 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-06 20:45:23 +0300
commitf05d745f30dea9810c42b75c5f191e57a68fa74a (patch)
treec74cb48b870eb0cc01bee4e798ef4e32bad9c3a3 /%HOME%/.pythonrc
parentREADME update (diff)
downloadlinux-home-f05d745f30dea9810c42b75c5f191e57a68fa74a.tar.gz
linux-home-f05d745f30dea9810c42b75c5f191e57a68fa74a.zip
mustn't be a repository anymore
Diffstat (limited to '%HOME%/.pythonrc')
-rw-r--r--%HOME%/.pythonrc2
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")