mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
parent
932d611c90
commit
83ce8d05df
1 changed files with 3 additions and 1 deletions
|
@ -61,7 +61,9 @@ transfer() {
|
|||
|
||||
# cat output link
|
||||
cat $tmpfile
|
||||
# add newline
|
||||
echo
|
||||
|
||||
# cleanup
|
||||
rm -f $tmpfile
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue