X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=e70784befeca0d18c725eba23c2561417815cd70;hb=2c7946dd68e7f5af19996e8aa88e672d06d02cc3;hp=7c0748000784c407bc3f4b020209100341caa8e1;hpb=a14de628225121a518b4ffc10de5f8be45d97e30;p=dotfiles.git 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)