Update .config/fish/functions/copy-gpg-key.fish
This commit is contained in:
parent
1c7787509d
commit
c9f6c754ca
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function copy-gpg-key
|
||||||
| awk '{print $1}'\
|
| awk '{print $1}'\
|
||||||
)
|
)
|
||||||
|
|
||||||
copyq copy "$key" && return 0
|
copyq copy "$key" &>/dev/null && return 0
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue