From: Oleg Broytman Date: Mon, 8 Aug 2016 05:13:14 +0000 (+0300) Subject: .shellrc: remove one-time functions X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=d8018c035db67ba5de1342fc0041cd956b921e09;hp=e1b60c59b8d885a5ce80788c1325cb6c12c6dd66;p=dotfiles.git .shellrc: remove one-time functions --- 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