wip
This commit is contained in:
parent
73e1105a68
commit
905449bbf4
1
ssh/.ssh/.gitignore
vendored
1
ssh/.ssh/.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
local-config
|
local-config
|
||||||
|
id_*
|
||||||
|
|||||||
13
zsh/.zshrc
13
zsh/.zshrc
@ -79,14 +79,11 @@ if [ -e $HOME/cfa-work/.zshrc ]; then
|
|||||||
. $HOME/cfa-work/.zshrc
|
. $HOME/cfa-work/.zshrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# setup okta-aws-cli env
|
for env in $HOME/.okta/.env $HOME/.aws/.env $HOME/config/git/.env; do
|
||||||
# export $(xargs < $HOME/.okta/.env)
|
if [ -r $env ]; then
|
||||||
|
export $(xargs < $env)
|
||||||
# setup aws-cli env
|
fi
|
||||||
export $(xargs < $HOME/.aws/.env)
|
done
|
||||||
|
|
||||||
# setup gh env
|
|
||||||
export $(xargs < $HOME/.config/git/.env)
|
|
||||||
|
|
||||||
autoload bashcompinit && bashcompinit
|
autoload bashcompinit && bashcompinit
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user