mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
[dpaste] Fixed file pasting with option -t
This commit is contained in:
parent
4aedc2917f
commit
feff0bb89d
@ -29,7 +29,7 @@ function __dpaste_parse_expires
|
||||
if [ -z (echo $expires | sed -r "s/$__dpaste_expires_choises//") ]
|
||||
set __dpaste_send_url "$__dpaste_send_url&expires=$expires"
|
||||
end
|
||||
echo $argv | sed -r "s/$expires_spec//"
|
||||
echo $argv | sed -r "s/$expires_spec//" | xargs
|
||||
end
|
||||
|
||||
function __dpaste_help
|
||||
|
Loading…
Reference in New Issue
Block a user