wip
This commit is contained in:
parent
d8ba79c689
commit
b0ecfe334b
@ -16,6 +16,8 @@ export NVM_DIR=$HOME/.nvm
|
||||
export CLICOLOR=1
|
||||
export HOMEBREW_BUNDLE_DUMP_NO_VSCODE=1
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if yadm.class == "Work" %}
|
||||
export NODE_EXTRA_CA_CERTS=$HOME/.config/target-certs/tgt-ca-bundle.crt
|
||||
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"
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
4
.zshrc
4
.zshrc
@ -79,9 +79,9 @@ prompt pure
|
||||
if [ "$system_type" = "Darwin" ]; then
|
||||
[ -f ~/.config/op/plugins.sh ] && source ~/.config/op/plugins.sh
|
||||
[ -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/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
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user