[zshrc] drone installed via go

This commit is contained in:
Simon Bruder 2018-08-29 18:12:18 +00:00
parent 0607e05d62
commit 458278e6ad
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -211,7 +211,7 @@ function drone-add-s3() {
function drone() {
(
source ~/.drone-env
~/bin/drone $@
$GOPATH/bin/drone $@
)
}