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 95d80f5 commit 575dc0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Switch to ZSH
if: runner.os == 'macOS'
shell: /opt/homebrew/bin/zsh {0}
shell: zsh
run: |
source ~/.zshenv
~/.local/bin/check-dotfiles
6 changes: 4 additions & 2 deletions home/private_dot_config/zsh/dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
{{- end }}

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

# Powerlevel10k Configuration
Expand Down Expand Up @@ -131,8 +135,6 @@ setopt rm_star_silent
# -----------------------------------------------------------------------------

export NVM_DIR="$HOME/.nvm"
[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh"
[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm"

# Python Configuration
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 575dc0a

Please sign in to comment.