Skip to content

Commit

Permalink
Merge pull request #165 from Andrew15-5/patch-1
Browse files Browse the repository at this point in the history
Fixed type in README.md
  • Loading branch information
wintermi authored May 22, 2023
2 parents 03753a4 + 2ae6d24 commit dd293ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ plug "$HOME/.config/zsh/exports.zsh"
By default `Zap` when installing a plugin will clone a GitHub repository using a HTTPS web URL, if you require to be able to install from a private GitHub or from a different git server (for example GitLab) you can provide a different URL prefix to be used. For example:

```zsh
# Example globally seting the prefix for Zap to git clone using an SSH key
# Example globally setting the prefix for Zap to git clone using an SSH key
export ZAP_GIT_PREFIX="[email protected]:"
plug "zap-zsh/private-repo"

Expand Down

0 comments on commit dd293ad

Please sign in to comment.