X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=e70784befeca0d18c725eba23c2561417815cd70;hb=2c7946dd68e7f5af19996e8aa88e672d06d02cc3;hp=acb5c52d707ff4c9fd75d448a630f7aa71999744;hpb=ee75421fb5ca715db48b3ff2c8eeb3f1fc773180;p=dotfiles.git diff --git a/.shellrc b/.shellrc index acb5c52..e70784b 100644 --- a/.shellrc +++ b/.shellrc @@ -72,6 +72,7 @@ case "$SHELL" in s scp ssh smbclient tcpdump tshark wireshark; do ! has_completion $cmd && complete -o default -A hostname $cmd; done + unset has_completion complete -A job bg fg j jobs wait complete -A variable unset @@ -80,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)