From: Oleg Broytman Date: Tue, 11 Oct 2016 20:16:46 +0000 (+0300) Subject: .shellrc: delegate completion for `p` as for `ping` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=0159e13ffb554b1b72bf72a7ac43bd13db31402a .shellrc: delegate completion for `p` as for `ping` --- diff --git a/.shellrc b/.shellrc index fa8fa95..728714d 100644 --- a/.shellrc +++ b/.shellrc @@ -134,6 +134,7 @@ if test -n "$BASH_VERSION"; then } delegate_completion make _make m + delegate_completion ping _ping p delegate_completion rsync _rsync r delegate_completion ssh _ssh s delegate_completion wget _wget wget-m wget-wrapper ww