feat(work) misc env tweaks to support new work setup

This commit is contained in:
Matthew Ryan Dillon 2024-10-11 05:55:19 -04:00
parent cfd7c6c13e
commit d29006be1c
9 changed files with 134 additions and 78 deletions

View file

@ -107,4 +107,7 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
{{- end }}
{{ if eq .hosttype "work" -}}
eval "$(/opt/homebrew/bin/brew shellenv)"
{{ end }}
eval "$(direnv hook zsh)"