X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.shellrc;h=af5408c81420d3d997e0b6afdd6fc28a7da74e18;hb=01750040116e8b50ca033c9b44348027a8edba5b;hp=9507b48ea3f6fb3ac02f56d2627a0db1a0aa5ed4;hpb=11ef0596b5746e9490671869db702a1e9945ab58;p=dotfiles.git diff --git a/.shellrc b/.shellrc index 9507b48..af5408c 100644 --- a/.shellrc +++ b/.shellrc @@ -98,6 +98,12 @@ 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 @@ -134,7 +140,7 @@ if test -n "$BASH_VERSION"; then delegate_completion make m delegate_completion ping p - delegate_completion rsync r + delegate_completion rsync r rsync_cgmn rsync_cgmn_recode delegate_completion ssh s delegate_completion wget wget-m wget-wrapper ww