From 0159e13ffb554b1b72bf72a7ac43bd13db31402a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 11 Oct 2016 23:16:46 +0300 Subject: [PATCH] .shellrc: delegate completion for `p` as for `ping` --- .shellrc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2