diff --git a/.github/workflows/github-checks.yml b/.github/workflows/github-checks.yml index d966407..bce9b81 100644 --- a/.github/workflows/github-checks.yml +++ b/.github/workflows/github-checks.yml @@ -16,4 +16,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run ansible-lint - uses: ansible/ansible-lint@main # or version tag instead of 'main' \ No newline at end of file + uses: ansible/ansible-lint@main # or version tag instead of 'main' diff --git a/files/zshrc b/files/zshrc index a0e4359..69793b8 100644 --- a/files/zshrc +++ b/files/zshrc @@ -258,4 +258,5 @@ if [ -f /etc/zsh_command_not_found ]; then . /etc/zsh_command_not_found fi -ssh-add \ No newline at end of file +export PATH="$PATH:/opt/homebrew/bin" +ssh-add diff --git a/local.yml b/local.yml index 1d4f011..8e2413e 100644 --- a/local.yml +++ b/local.yml @@ -23,3 +23,4 @@ ansible.builtin.template: src: gitconfig.j2 dest: ~/.gitconfig + mode: '0644'