Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Feb 23, 2024
1 parent 32ff316 commit 439e928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ jobs:
source ~/.zshenv
echo "TEST"
echo "$PATH"
cat ~/.config/zsh/.zshrc
~/.local/bin/check-dotfiles
4 changes: 2 additions & 2 deletions home/private_dot_config/zsh/dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export HOMEBREW_NO_AUTO_UPDATE=1
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
{{- end }}

{{ if eq .chezmoi.os "darwin" -}}
{{ if eq .host.arch "arm64" -}}
{{- if eq .chezmoi.os "darwin" }}
{{- if eq .host.arch "arm64" }}
eval "$(/opt/homebrew/bin/brew shellenv)"
{{- else }}
eval "$(/usr/local/bin/brew shellenv)"
Expand Down

0 comments on commit 439e928

Please sign in to comment.