From 2c7946dd68e7f5af19996e8aa88e672d06d02cc3 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 3 Jun 2016 01:47:56 +0300 Subject: [PATCH] .shellrc: install pip completion --- .shellrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.shellrc b/.shellrc index 7c07480..e70784b 100644 --- a/.shellrc +++ b/.shellrc @@ -81,6 +81,8 @@ case "$SHELL" in complete -W "`cd \"$HOME/lib/config\" && echo *`" include fi complete -W "`echo $BROWSER | sed 's/:/ /g'`" start-browser + + which pip >/dev/null 2>&1 && eval "`pip completion --bash`" ;; */ksh) -- 2.39.2