]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.vimrc: Restore `WrapForTmux`
[dotfiles.git] / .shellrc
index 9507b48ea3f6fb3ac02f56d2627a0db1a0aa5ed4..af5408c81420d3d997e0b6afdd6fc28a7da74e18 100644 (file)
--- 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