Skip to content

Commit

Permalink
chore: fix link and update GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
telemachus committed Dec 17, 2023
1 parent 9168050 commit 36d97c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style_and_load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Style and load
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The structure of the prompt is the following:

### Manual installation

Clone this repo or download the [git-prompt.zsh](https://raw.githubusercontent.com/telemachus/git-prompt.zsh/master/git-prompt.zsh) file.
Clone this repo or download the [git-prompt.zsh](https://raw.githubusercontent.com/telemachus/git-prompt.zsh/main/git-prompt.zsh) file.
Then source it in your `.zshrc`. For example:

```bash
Expand Down

0 comments on commit 36d97c1

Please sign in to comment.