[zsh] forgot some go/bin → bin

This commit is contained in:
Simon Bruder 2019-04-16 00:36:48 +00:00
parent 7f45b4ad73
commit af3328498e
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -203,12 +203,12 @@ function drone() {
function docker-ls() { function docker-ls() {
( (
DOCKER_LS_PASSWORD=$(pass show accounts/sbruderldap|head -n 1) ~/go/bin/docker-ls $@ DOCKER_LS_PASSWORD=$(pass show accounts/sbruderldap|head -n 1) ~/bin/docker-ls $@
) )
} }
function docker-rm() { function docker-rm() {
( (
DOCKER_LS_PASSWORD=$(pass show accounts/sbruderldap|head -n 1) ~/go/bin/docker-rm $@ DOCKER_LS_PASSWORD=$(pass show accounts/sbruderldap|head -n 1) ~/bin/docker-rm $@
) )
} }