Compare commits
No commits in common. "061b0cc0f0695a5886603a6df83d277a72ab59ea" and "73e1105a687a9f2448aebd4ebd62320ed736f651" have entirely different histories.
061b0cc0f0
...
73e1105a68
1
ssh/.ssh/.gitignore
vendored
1
ssh/.ssh/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
local-config
|
local-config
|
||||||
id_*
|
|
||||||
|
|||||||
@ -8,5 +8,5 @@ Host www.scalene.net
|
|||||||
Host tilde.club
|
Host tilde.club
|
||||||
User eke
|
User eke
|
||||||
|
|
||||||
Match host git.scalene.net exec "ip route |grep -E '(^192.168.101.0/24|^100.115.92.192/28)'"
|
Match host git.scalene.net exec "ip route |grep -q ^192.168.101.0/24"
|
||||||
Hostname tonttu.scalene.net
|
Hostname tonttu.scalene.net
|
||||||
|
|||||||
13
zsh/.zshrc
13
zsh/.zshrc
@ -79,11 +79,14 @@ if [ -e $HOME/cfa-work/.zshrc ]; then
|
|||||||
. $HOME/cfa-work/.zshrc
|
. $HOME/cfa-work/.zshrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for env in $HOME/.okta/.env $HOME/.aws/.env $HOME/config/git/.env; do
|
# setup okta-aws-cli env
|
||||||
if [ -r $env ]; then
|
# export $(xargs < $HOME/.okta/.env)
|
||||||
export $(xargs < $env)
|
|
||||||
fi
|
# setup aws-cli env
|
||||||
done
|
export $(xargs < $HOME/.aws/.env)
|
||||||
|
|
||||||
|
# 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