New mechanism for secrets
This commit is contained in:
parent
504e09386b
commit
8766617e03
1 changed files with 4 additions and 1 deletions
5
.zshrc
5
.zshrc
|
@ -1,3 +1,6 @@
|
||||||
|
### Source local secrets
|
||||||
|
[ -f ${HOME}/.config/zsh/secrets ] && . ${HOME}/.config/zsh/secrets
|
||||||
|
|
||||||
### antibody
|
### antibody
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
|
@ -115,7 +118,7 @@ export PATH=${PATH}:${HOME}/.local/bin:${HOME}/.bin
|
||||||
## Drone CLI
|
## Drone CLI
|
||||||
|
|
||||||
export DRONE_SERVER=https://drone.troubles.io
|
export DRONE_SERVER=https://drone.troubles.io
|
||||||
export DRONE_TOKEN=MAA6CxziewJZYkHLf5eV5UyEx3Qd26tb
|
export DRONE_TOKEN=${drone_token}
|
||||||
|
|
||||||
# ensure Git completion
|
# ensure Git completion
|
||||||
fpath+=/usr/share/git/completion
|
fpath+=/usr/share/git/completion
|
||||||
|
|
Loading…
Reference in a new issue