Skip to content

Commit

Permalink
fixing things
Browse files Browse the repository at this point in the history
  • Loading branch information
ta-yuhyeon committed Aug 14, 2024
1 parent e0f89cd commit 47ca131
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
uses: ansible/ansible-lint@main # or version tag instead of 'main'
3 changes: 2 additions & 1 deletion files/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,5 @@ if [ -f /etc/zsh_command_not_found ]; then
. /etc/zsh_command_not_found
fi

ssh-add
export PATH="$PATH:/opt/homebrew/bin"
ssh-add
1 change: 1 addition & 0 deletions local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
ansible.builtin.template:
src: gitconfig.j2
dest: ~/.gitconfig
mode: '0644'

0 comments on commit 47ca131

Please sign in to comment.