zsh/pass-wrappers: Drop
I can’t remember using them.
This commit is contained in:
parent
73e99ec61b
commit
d86ad02cee
|
@ -120,8 +120,6 @@ in
|
||||||
|
|
||||||
# history
|
# history
|
||||||
setopt HIST_IGNORE_ALL_DUPS
|
setopt HIST_IGNORE_ALL_DUPS
|
||||||
|
|
||||||
source ${./pass-wrappers.zsh}
|
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
function pass-field() {
|
|
||||||
pass show "$1" | grep "$2" | cut -d: -f2- | tr -d ' '
|
|
||||||
}
|
|
||||||
|
|
||||||
function drone() (
|
|
||||||
export DRONE_SERVER="$(pass-field sbruder.de/drone Server)"
|
|
||||||
export DRONE_TOKEN="$(pass sbruder.de/drone | head -n 1)"
|
|
||||||
command drone $@
|
|
||||||
)
|
|
||||||
|
|
||||||
function drone-add-netlify() {
|
|
||||||
drone secret add --name netlify_auth_token --data "$(pass-field web/netlify.com Drone-Key)" "$1"
|
|
||||||
}
|
|
Loading…
Reference in a new issue