X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.shellrc;h=fd73f152065c9795cfab10fdfef5686b62d76f2d;hp=10b3e9b18acbbfacdeee0f576bee1e9a3f6d538d;hb=d992db58d6cb4f4a2bb2218e3299511ebc629b6b;hpb=0d6852879856339d8dcbb98d1acc28a056f06992 diff --git a/.shellrc b/.shellrc index 10b3e9b..fd73f15 100644 --- a/.shellrc +++ b/.shellrc @@ -98,12 +98,6 @@ if test -n "$BASH_VERSION"; then fi fi - if [ -d "$HOME"/.bash_completion.d ]; then - for _compf in "$HOME"/.bash_completion.d/*; do - . $_compf - done - fi - for cmd in builtin cgmem_nice command dbus-launch exec \ killall man nice nohup pidof pidOf KillAll pgrep pkill psg pswg su sudo \ time whence whereis which xargs; do @@ -122,6 +116,12 @@ if test -n "$BASH_VERSION"; then ! has_completion $cmd && complete -o default -A hostname $cmd done + if [ -d "$HOME"/.bash_completion.d ]; then + for _compf in "$HOME"/.bash_completion.d/*; do + . $_compf + done + fi + delegate_completion() { local prog programs prog=$1