X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=247a779b6bd35ddcec1ad1f4e83cde7ac2672dbf;hb=d8018c035db67ba5de1342fc0041cd956b921e09;hp=2f7e05bab78d7854c05b7cfd87a90add4e8de835;hpb=e1b60c59b8d885a5ce80788c1325cb6c12c6dd66;p=dotfiles.git diff --git a/.shellrc b/.shellrc index 2f7e05b..247a779 100644 --- a/.shellrc +++ b/.shellrc @@ -116,6 +116,7 @@ if test -n "$BASH_VERSION"; then _wget_completion_loader() { _completion_loader wget complete -F _wget wget-m wget-wrapper ww + unset _wget_completion_loader return 124 } complete -F _wget_completion_loader wget-m wget-wrapper ww @@ -130,6 +131,7 @@ if test -n "$BASH_VERSION"; then _rsync_completion_loader() { _completion_loader rsync complete -F _rsync r + unset _rsync_completion_loader return 124 } complete -F _rsync_completion_loader r @@ -139,6 +141,7 @@ if test -n "$BASH_VERSION"; then _ssh_completion_loader() { _completion_loader ssh complete -F _ssh s + unset _ssh_completion_loader return 124 } complete -F _ssh_completion_loader s