[zsh] forgot some go/bin → bin
This commit is contained in:
parent
7f45b4ad73
commit
af3328498e
|
@ -203,12 +203,12 @@ function drone() {
|
|||
|
||||
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() {
|
||||
(
|
||||
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 $@
|
||||
)
|
||||
}
|
||||
|
|
Reference in a new issue