diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-06 20:45:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-06 20:45:23 +0300 |
commit | f05d745f30dea9810c42b75c5f191e57a68fa74a (patch) | |
tree | c74cb48b870eb0cc01bee4e798ef4e32bad9c3a3 /%HOME%/.pythonrc | |
parent | README update (diff) | |
download | linux-home-f05d745f30dea9810c42b75c5f191e57a68fa74a.tar.gz linux-home-f05d745f30dea9810c42b75c5f191e57a68fa74a.zip |
mustn't be a repository anymore
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") |