We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c29366 commit 1e0a309Copy full SHA for 1e0a309
README.md
@@ -43,13 +43,13 @@ Clone `up`'s Git repository.
43
$ git clone https://github.com/helpermethod/up ~/.up
44
```
45
46
-Add the following line to your `.zshrc` to install `up`.
+Add the following to your `.zshrc` to install `up`.
47
48
```sh
49
. "$HOME/.up/up"
50
51
52
-Add the following lines to your `.zshrc` to enable `up`'s shell completion.
+Add the following to your `.zshrc` to enable `up`'s shell completion.
53
54
55
autoload -U +X compinit && compinit
0 commit comments