add zshrc for pollux
This commit is contained in:
parent
0bdfa16310
commit
590b401568
1 changed files with 16 additions and 0 deletions
16
.zshrc.local.local##hostname.pollux
Normal file
16
.zshrc.local.local##hostname.pollux
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# SSH agent
|
||||||
|
if hash keychain 2>/dev/null; then
|
||||||
|
eval `keychain --quiet --agents ssh --eval`
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Watson
|
||||||
|
alias ts='watson log -dcj | watson2timesheet'
|
||||||
|
|
||||||
|
# SDKMAN!
|
||||||
|
export SDKMAN_DIR="$HOME/.sdkman"
|
||||||
|
[ -s "$SDKMAN_DIR/bin/sdkman-init.sh" ] && . "$SDKMAN_DIR/bin/sdkman-init.sh"
|
||||||
|
|
||||||
|
# Vault
|
||||||
|
export VAULT_ADDR=https://vault.srv.reu.bsh-lando.com
|
||||||
|
|
||||||
|
export PACT_DO_NOT_TRACK=true
|
Loading…
Reference in a new issue