Skip to content

Commit 83fafae

Browse files
committed
Add a hack for completion of rsync
1 parent 461642e commit 83fafae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.sushrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ command_not_found_handle() { #command_not_found should be loaded before bash-com
6666

6767
if [ -f /usr/share/bash-completion/bash_completion ]; then
6868
. /usr/share/bash-completion/bash_completion
69+
_comp_complete_load scp #for completion of rsync
6970
elif [ -f /etc/bash_completion ]; then
7071
. /etc/bash_completion
7172
fi

0 commit comments

Comments
 (0)