From d8018c035db67ba5de1342fc0041cd956b921e09 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 8 Aug 2016 08:13:14 +0300 Subject: [PATCH 1/1] .shellrc: remove one-time functions --- .shellrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2