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 2b9ec6b commit ba46ef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ jobs:
shell: /usr/local/bin/zsh {0}
run: |
source ~/.zshenv
echo "TEST"
~/.local/bin/check-dotfiles
2 changes: 2 additions & 0 deletions home/private_dot_config/zsh/dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/
# Includes
# -----------------------------------------------------------------------------

{{- if eq .chezmoi.os "linux" }}
# Load cross-compatible Bash alias definitions from separate file.
if [ -f "$HOME"/.config/shell/.bash_aliases ]; then
\. "$HOME"/.config/shell/.bash_aliases
Expand All @@ -178,3 +179,4 @@ if [ -f "$HOME"/.config/kubernetes/.kube_functions ]; then
\. "$HOME"/.config/kubernetes/.kube_functions
fi
{{- end }}
{{- end }}

0 comments on commit ba46ef8

Please sign in to comment.