-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from Andrew15-5/patch-1
Fixed type in README.md
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|