]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: comment out pip completion - it's too slow
authorOleg Broytman <phd@phdru.name>
Wed, 13 Jul 2016 06:03:43 +0000 (09:03 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 13 Jul 2016 06:03:43 +0000 (09:03 +0300)
.shellrc

index b98779b0cc66a84a7b0e77dbb3487a6905a41de6..93b73a77c153fee4403da57d85c797249f986a5a 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -121,10 +121,10 @@ if test -n "$BASH_VERSION"; then
    fi
    complete -W "`echo $BROWSER | sed 's/:/ /g'`" start-browser
 
-   if type -p pip >/dev/null 2>&1; then
-      eval "`pip completion --bash`"
-      rm -rf /tmp/pip_build_"$USER"
-   fi
+   #if type -p pip >/dev/null 2>&1; then
+   #   eval "`pip completion --bash`"
+   #   rm -rf /tmp/pip_build_"$USER"
+   #fi
 
 elif test -n "$KSH_VERSION" -o -n "$FCEDIT"; then
    back() { cd - ${1:+"$@"}; }