X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=lib%2Fconfig%2Fpython;fp=lib%2Fconfig%2Fpython;h=8f64e028da90187e39a73de05854252437e643a7;hb=30ada53d7c4d98da4795362b94c40ff8e963e84e;hp=0000000000000000000000000000000000000000;hpb=d49f75b6809c8240f71f8df970a3c6e788952ec0;p=dotfiles.git 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 +