From f236344fc8929d63c576ccfb2e4909d9b6647a97 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Sat, 15 Jul 2017 00:53:22 -0500 Subject: [PATCH] [utility] Remove premature call to `compdef` This is a temporary fix to work-around a minor regression in 90071d3. --- modules/utility/init.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/utility/init.zsh b/modules/utility/init.zsh index a3cb240..101e8a4 100644 --- a/modules/utility/init.zsh +++ b/modules/utility/init.zsh @@ -67,8 +67,6 @@ function rsync_wrap { function scp_wrap { rsync_scp_wrap "scp" "$@" } -compdef _rsync rsync_wrap -compdef _scp scp_wrap alias sftp='noglob sftp'