mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 23:08:00 +00:00
[utility] Remove premature call to compdef
This is a temporary fix to work-around a minor regression in 90071d3
.
This commit is contained in:
parent
90071d3ad0
commit
f236344fc8
@ -67,8 +67,6 @@ function rsync_wrap {
|
|||||||
function scp_wrap {
|
function scp_wrap {
|
||||||
rsync_scp_wrap "scp" "$@"
|
rsync_scp_wrap "scp" "$@"
|
||||||
}
|
}
|
||||||
compdef _rsync rsync_wrap
|
|
||||||
compdef _scp scp_wrap
|
|
||||||
|
|
||||||
alias sftp='noglob sftp'
|
alias sftp='noglob sftp'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user