From 30ada53d7c4d98da4795362b94c40ff8e963e84e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 26 Jul 2016 11:28:08 +0300 Subject: [PATCH 1/1] Add lib/config/python --- lib/config/python | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/config/python diff --git a/lib/config/python b/lib/config/python new file mode 100644 index 0000000..8f64e02 --- /dev/null +++ b/lib/config/python @@ -0,0 +1,11 @@ +include git/less + +PY_VER=2.7 +export PY_VER + +if type -p pip >/dev/null 2>&1; then + eval "`pip completion --bash`" + rm -rf /tmp/pip_build_"$USER" + complete -F _pip_completion pip2 pip2.7 pip3 pip3.4 +fi + -- 2.39.2