This commit is contained in:
Joe Lillibridge 2024-10-30 09:04:52 -05:00
parent d8ba79c689
commit b0ecfe334b
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -16,6 +16,8 @@ export NVM_DIR=$HOME/.nvm
export CLICOLOR=1 export CLICOLOR=1
export HOMEBREW_BUNDLE_DUMP_NO_VSCODE=1 export HOMEBREW_BUNDLE_DUMP_NO_VSCODE=1
{% endif %}
{% if yadm.class == "Work" %} {% if yadm.class == "Work" %}
export NODE_EXTRA_CA_CERTS=$HOME/.config/target-certs/tgt-ca-bundle.crt export NODE_EXTRA_CA_CERTS=$HOME/.config/target-certs/tgt-ca-bundle.crt
export VAULT_ADDR=https://prod.vault.target.com:443 export VAULT_ADDR=https://prod.vault.target.com:443
@ -31,5 +33,3 @@ export VPN_USERNAME="op://Target/Target Credentials/username"
export VPN_PASSWORD="op://Target/Target Credentials/password" export VPN_PASSWORD="op://Target/Target Credentials/password"
{% endif %} {% endif %}
{% endif %}

4
.zshrc
View File

@ -79,9 +79,9 @@ prompt pure
if [ "$system_type" = "Darwin" ]; then if [ "$system_type" = "Darwin" ]; then
[ -f ~/.config/op/plugins.sh ] && source ~/.config/op/plugins.sh [ -f ~/.config/op/plugins.sh ] && source ~/.config/op/plugins.sh
[ -e "${HOME}/.iterm2_shell_integration.zsh" ] && source "${HOME}/.iterm2_shell_integration.zsh" [ -e "${HOME}/.iterm2_shell_integration.zsh" ] && source "${HOME}/.iterm2_shell_integration.zsh"
[ -f /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ] && source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[ -f /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh ] && source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
[ -f /opt/homebrew/opt/git-extras/share/git-extras/git-extras-completion.zsh ] && source /opt/homebrew/opt/git-extras/share/git-extras/git-extras-completion.zsh [ -f /opt/homebrew/opt/git-extras/share/git-extras/git-extras-completion.zsh ] && source /opt/homebrew/opt/git-extras/share/git-extras/git-extras-completion.zsh
# [ -f /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ] && source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# [ -f /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh ] && source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
# [ -f /opt/homebrew/share/liquidprompt ] && source /opt/homebrew/share/liquidprompt # [ -f /opt/homebrew/share/liquidprompt ] && source /opt/homebrew/share/liquidprompt
fi fi