Browse Source

[utility] Remove premature call to `compdef`

This is a temporary fix to work-around a minor regression in 90071d3.
master
Indrajit Raychaudhuri 7 years ago
parent
commit
f236344fc8
  1. 2
      modules/utility/init.zsh

2
modules/utility/init.zsh

@ -67,8 +67,6 @@ function rsync_wrap { @@ -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'

Loading…
Cancel
Save