From 50533efb91f8e862ed8a22980a2d0d9b36e28daf Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 13 Jul 2016 09:03:43 +0300 Subject: [PATCH] .shellrc: comment out pip completion - it's too slow --- .shellrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.shellrc b/.shellrc index b98779b..93b73a7 100644 --- 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:+"$@"}; } -- 2.39.2