]> git.phdru.name Git - dotfiles.git/commitdiff
lib/config/python: Remove completion
authorOleg Broytman <phd@phdru.name>
Sun, 14 Jul 2024 21:51:16 +0000 (00:51 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 14 Jul 2024 21:51:16 +0000 (00:51 +0300)
It's now in `.bash_completion.d`.

lib/config/python

index ca338f08f6181c0504dfae0549f85365aea29296..a17ce944ddaa2cdaa183e9fd3196cb8fdd0986b1 100644 (file)
@@ -2,9 +2,4 @@ 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.3 pip3.4 pip3.5 pip3.6
-fi
+PATH=$PATH:~/prog/git-scripts