From: Oleg Broytman Date: Wed, 13 Jul 2016 06:03:43 +0000 (+0300) Subject: .shellrc: comment out pip completion - it's too slow X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=50533efb91f8e862ed8a22980a2d0d9b36e28daf .shellrc: comment out pip completion - it's too slow --- 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:+"$@"}; }