Skip to content

Commit

Permalink
[utility] Remove premature call to compdef
Browse files Browse the repository at this point in the history
This is a temporary fix to work-around a minor regression in 90071d3.
  • Loading branch information
indrajitr committed Jul 15, 2017
1 parent 90071d3 commit f236344
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/utility/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit f236344

Please sign in to comment.