From: Oleg Broytman Date: Thu, 2 Jun 2016 22:47:56 +0000 (+0300) Subject: .shellrc: install pip completion X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=2c7946dd68e7f5af19996e8aa88e672d06d02cc3 .shellrc: install pip completion --- 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)