Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
83ce8d05
Unverified
Commit
83ce8d05
authored
Jan 30, 2019
by
Marc Cornellà
Committed by
GitHub
Jan 30, 2019
Browse files
transfer: add newline after showing the link
Fixes #7562
parent
932d611c
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/transfer/transfer.plugin.zsh
View file @
83ce8d05
...
@@ -61,6 +61,8 @@ transfer() {
...
@@ -61,6 +61,8 @@ transfer() {
# cat output link
# cat output link
cat
$tmpfile
cat
$tmpfile
# add newline
echo
# cleanup
# cleanup
rm
-f
$tmpfile
rm
-f
$tmpfile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment