transfer: add newline after showing the link

Fixes #7562
master
Marc Cornellà 7 years ago committed by GitHub
parent 932d611c90
commit 83ce8d05df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      plugins/transfer/transfer.plugin.zsh

@ -61,7 +61,9 @@ transfer() {
# cat output link
cat $tmpfile
# add newline
echo
# cleanup
rm -f $tmpfile
}
}

Loading…
Cancel
Save