mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
git:// -> https://
This commit is contained in:
parent
d6d9a46981
commit
75f68c8a38
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ It suggests commands as you type, based on command history.
|
|||
1. Clone this repository somewhere on your machine. This guide will assume `~/.zsh/zsh-autosuggestions`.
|
||||
|
||||
```sh
|
||||
git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
|
||||
```
|
||||
|
||||
2. Add the following to your `.zshrc`:
|
||||
|
|
Loading…
Reference in a new issue