Skip to content

Commit

Permalink
update zsh version GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyo510 committed Sep 3, 2023
1 parent 569661e commit a432d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Upgrade zsh
run: brew install zsh

- name: Remove existing symlinks
run: |
rm -rf /usr/local/bin/aws
Expand Down
1 change: 0 additions & 1 deletion phpstorm/.ideavimrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
inoremap <silent> jj <ESC>
set clipboard+=unnamed

0 comments on commit a432d8f

Please sign in to comment.