From f05d745f30dea9810c42b75c5f191e57a68fa74a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 6 Oct 2016 20:45:23 +0300 Subject: mustn't be a repository anymore --- %HOME%/.pythonrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 %HOME%/.pythonrc (limited to '%HOME%/.pythonrc') 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") -- cgit v1.2.3